I am attempting to use Yosys for a project of mine, but I am confused about the FSM detection.
I read this post: FSM export using Yosys
My question is about the state transitions detected from the Verilog file by Yosys. On the post that the link above points to, I don't see any way to transition from state 1 to state 3; however, in the generated graph there is. How is this? Thanks in advance.