[Flow] Update yosys script by replacing the deprecated command 'opt_rmdff` with `opt_dff`

This commit is contained in:
tangxifan 2021-10-30 11:27:40 -07:00
parent e8b3c68565
commit 9c06041ce4
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ opt_expr -mux_undef
simplemap
opt_expr
opt_merge
opt_rmdff
opt_dff
opt_clean
opt

View File

@ -83,7 +83,7 @@ opt_expr -mux_undef
simplemap
opt_expr
opt_merge
opt_rmdff
opt_dff
opt_clean
opt

View File

@ -67,7 +67,7 @@ opt_expr -mux_undef
simplemap
opt_expr
opt_merge
opt_rmdff
opt_dff
opt_clean
opt