fsm_encoding_none.ys 167 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
read_verilog ../top.v
proc
fsm_detect
fsm_extract
fsm_recode -encoding binary
fsm_map
fsm
fsm -encoding binary
fsm -encoding none
synth -top top
write_verilog synth.v