[Flow] Update yosys script by replacing the deprecated command 'opt_rmdff` with `opt_dff`
This commit is contained in:
parent
e8b3c68565
commit
9c06041ce4
|
@ -83,7 +83,7 @@ opt_expr -mux_undef
|
|||
simplemap
|
||||
opt_expr
|
||||
opt_merge
|
||||
opt_rmdff
|
||||
opt_dff
|
||||
opt_clean
|
||||
opt
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ opt_expr -mux_undef
|
|||
simplemap
|
||||
opt_expr
|
||||
opt_merge
|
||||
opt_rmdff
|
||||
opt_dff
|
||||
opt_clean
|
||||
opt
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ opt_expr -mux_undef
|
|||
simplemap
|
||||
opt_expr
|
||||
opt_merge
|
||||
opt_rmdff
|
||||
opt_dff
|
||||
opt_clean
|
||||
opt
|
||||
|
||||
|
|
Loading…
Reference in New Issue