Replacing opt_rmdff with dfflegalize in yosys script
This commit is contained in:
parent
8f257d8a15
commit
3a855725f3
|
@ -85,6 +85,7 @@ opt_expr
|
|||
opt_merge
|
||||
opt_clean
|
||||
opt
|
||||
dfflegalize -cell $_DFF_P_ 0 -cell $_DFF_P??_ 0 -cell $_DFF_N_ 0 -cell $_DFF_N??_ 0
|
||||
|
||||
#########################
|
||||
# Map LUTs
|
||||
|
|
|
@ -67,6 +67,7 @@ opt_expr
|
|||
opt_merge
|
||||
opt_clean
|
||||
opt
|
||||
dfflegalize -cell $_DFF_?_ 01 -cell $_DFF_?P?_ r -cell $_SDFF_?P?_ r
|
||||
|
||||
#########################
|
||||
# Map LUTs
|
||||
|
|
|
@ -76,6 +76,7 @@ opt_expr
|
|||
opt_merge
|
||||
opt_clean
|
||||
opt
|
||||
dfflegalize -cell $_DFF_P_ 0 -cell $_DFF_P??_ 0 -cell $_DFF_N_ 0 -cell $_DFF_N??_ 0
|
||||
|
||||
#########################
|
||||
# Map LUTs
|
||||
|
|
Loading…
Reference in New Issue