mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 19:53:35 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
read_verilog opt_ff_sat.v
|
|
prep -flatten
|
|
opt_rmdff -sat
|
|
synth
|
|
select -assert-count 5 t:$_DFF_P_
|