fsm_recode_encoding_binary_twice.ys 178 Bytes
Newer Older
1 2 3 4 5 6 7 8
read_verilog ../top.v
proc
fsm_detect
fsm_extract
fsm_recode -encoding binary
fsm_recode -encoding binary
opt
fsm_opt
9
tee -o result.log dump
10 11
synth -top top
write_verilog synth.v