fsm_encoding_user.ys 190 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
read_verilog ../top.v
proc
fsm_detect
fsm_extract
fsm_recode -encoding binary
fsm_map
fsm
fsm -encoding binary
fsm -encoding user
10
tee -o result.log dump
11 12
synth -top top
write_verilog synth.v