Replies: 3 comments
-
This could be #2402; if there are no FSMs detected, then |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another answer is don't run opt; Just run proc; fsm ... |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the example here:
https://stackoverflow.com/questions/32645965/fsm-export-using-yosys/65638821#65638821
yosys -p 'read_verilog fsm.v; proc; opt; fsm -nomap; fsm_export -o test.kiss2'
does not export any kiss2 file :-(
Is that a bug? Or has the usage changed?
Beta Was this translation helpful? Give feedback.
All reactions