mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 07:40:42 +00:00
Use equiv_opt -nocells to ensure everything is ok since dffs retain their name
This commit is contained in:
parent
67a93dc76d
commit
ab338b33cb
30 changed files with 201 additions and 201 deletions
|
@ -21,8 +21,8 @@ EOT
|
|||
|
||||
design -save orig
|
||||
flatten
|
||||
equiv_opt -assert -multiclock dfflegalize -cell $_DLATCH_PP0_ x
|
||||
equiv_opt -assert -multiclock dfflegalize -cell $_DLATCHSR_PPP_ x
|
||||
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DLATCH_PP0_ x
|
||||
equiv_opt -nocells -assert -multiclock dfflegalize -cell $_DLATCHSR_PPP_ x
|
||||
|
||||
|
||||
# Convert everything to ADLATCHs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue