3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 10:20:24 +00:00

Use equiv_opt -nocells to ensure everything is ok since dffs retain their name

This commit is contained in:
Akash Levy 2025-01-16 19:40:18 -08:00
parent 67a93dc76d
commit ab338b33cb
30 changed files with 201 additions and 201 deletions

View file

@ -29,7 +29,7 @@ EOT
design -save orig
equiv_opt -undef -assert -multiclock opt_dff -keepdc
equiv_opt -nocells -undef -assert -multiclock opt_dff -keepdc
design -load postopt
select -assert-count 2 t:$dlatch
select -assert-count 2 t:$sr
@ -38,7 +38,7 @@ select -assert-none t:$dlatch t:$sr %% %n t:* %i
design -load orig
simplemap
equiv_opt -undef -assert -multiclock opt_dff -keepdc
equiv_opt -nocells -undef -assert -multiclock opt_dff -keepdc
design -load postopt
select -assert-count 4 t:$_DLATCH_?_
select -assert-count 4 t:$_SR_??_