3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-02 20:47:53 +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

@ -66,17 +66,17 @@ EOT
design -save orig
flatten
equiv_opt -assert -multiclock dfflegalize -cell $_DFF_P_ x
equiv_opt -assert -multiclock dfflegalize -cell $_DFFE_PP_ x
equiv_opt -assert -multiclock dfflegalize -cell $_DFF_PP0_ x
equiv_opt -assert -multiclock dfflegalize -cell $_DFFE_PP0P_ x
equiv_opt -assert -multiclock dfflegalize -cell $_ALDFF_PP_ x
equiv_opt -assert -multiclock dfflegalize -cell $_ALDFFE_PPP_ x
equiv_opt -assert -multiclock dfflegalize -cell $_DFFSR_PPP_ x
equiv_opt -assert -multiclock dfflegalize -cell $_DFFSRE_PPPP_ x
equiv_opt -assert -multiclock dfflegalize -cell $_SDFF_PP0_ x
equiv_opt -assert -multiclock dfflegalize -cell $_SDFFE_PP0P_ x
equiv_opt -assert -multiclock dfflegalize -cell $_SDFFCE_PP0P_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFF_P_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFFE_PP_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFF_PP0_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFFE_PP0P_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_ALDFF_PP_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_ALDFFE_PPP_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFFSR_PPP_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DFFSRE_PPPP_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_SDFF_PP0_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_SDFFE_PP0P_ x
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_SDFFCE_PP0P_ x
# Convert everything to DFFs.