-
By default yosys encode all fsm as one-hot. 90.7.6. Executing FSM_RECODE pass (re-assigning FSM state encoding). I would like to have all fsm be encode as binary with a option or configuration from the yosys script. I tried : What is the right option I can use in the yosys script ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I retested with synth -nofsm and I got it working. I don't know why it didn't work previously. I probably did something wrong prior to synth command. Let's close this issue then. |
Beta Was this translation helpful? Give feedback.
I retested with synth -nofsm and I got it working. I don't know why it didn't work previously. I probably did something wrong prior to synth command. Let's close this issue then.