Forum Discussion
KS_AX
New Contributor
6 years agoMax10 sometimes randomly stops operation, depending on settings in Signal Tap Logic Analyzer
Hello everyone,
I ran into some unexpected behavior regarding the operation of my design on the MAX10 FPGA 10M08SAM153I7G. Now, first I have to say that I am quite new to Quartus/FPGA/Verilog and I...
IDeyn
Contributor
6 years agoHi KS_AX!
Well, if I understand correctly, your design takes a data from external port (bitstream).
Is it so?
If it is, when the issue is because you use comparison on bitstream value right inside your FSM.
It could be then a metastability issue. Try to synchronize bs port using two registers.
Metastability is the main reason I suppose why FSM can stop.
Hope it helps.
--
Best regards,
Ivan