mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +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_
|