mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
Add opt_dff pass.
This commit is contained in:
parent
8fd43515c5
commit
af6623ebb8
12 changed files with 1790 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
read_verilog opt_rmdff_sat.v
|
||||
prep -flatten
|
||||
opt_rmdff -sat
|
||||
synth
|
||||
opt_dff -sat -nosdff
|
||||
simplemap
|
||||
select -assert-count 5 t:$_DFF_P_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue