mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
read_verilog opt_rmdff_sat.v
|
|
prep -flatten
|
|
opt_rmdff -sat
|
|
synth
|
|
select -assert-count 5 t:$_DFF_P_
|