mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Replace opt_rmdff with opt_dff.
This commit is contained in:
parent
c39ebe6ae0
commit
9a4f420b4b
18 changed files with 75 additions and 73 deletions
|
@ -32,9 +32,8 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd dffs # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:EFX_FF
|
||||
select -assert-count 1 t:EFX_GBUFCE
|
||||
select -assert-count 1 t:EFX_LUT4
|
||||
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE t:EFX_LUT4 %% t:* %D
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE %% t:* %D
|
||||
|
||||
|
||||
design -load read
|
||||
|
@ -45,6 +44,5 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd ndffnr # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:EFX_FF
|
||||
select -assert-count 1 t:EFX_GBUFCE
|
||||
select -assert-count 1 t:EFX_LUT4
|
||||
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE t:EFX_LUT4 %% t:* %D
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE %% t:* %D
|
||||
|
|
|
@ -19,6 +19,5 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd dffe # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:EFX_FF
|
||||
select -assert-count 1 t:EFX_GBUFCE
|
||||
select -assert-count 1 t:EFX_LUT4
|
||||
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE t:EFX_LUT4 %% t:* %D
|
||||
select -assert-none t:EFX_FF t:EFX_GBUFCE %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue