Forum Discussion
NFerg1
New Contributor
7 years agoI designed an FSM, and it's going to states that it shouldn't be able to go to. Please help me understand what my Verilog code is doing.
I am designing a Manchester receiver. The design simulates in modelsim. I synthesized the code and downloaded it to a de10 nano cyclone V fpga to test it, and I used Intel/Altera's signal tap...
sstrell
Super Contributor
7 years agoWithout seeing your state transition code, it's difficult to figure this out. Decimal 13 is binary 1101, so maybe the most significant bit of your state register is getting set somehow when you want to be going to state 5 (0101).