mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 21:20:53 +00:00
Fix xilinx tests, when iopads are default
This commit is contained in:
parent
2fcf683af4
commit
477e43d921
17 changed files with 44 additions and 42 deletions
|
@ -8,7 +8,7 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd mux2 # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LUT3
|
||||
|
||||
select -assert-none t:LUT3 %% t:* %D
|
||||
select -assert-none t:LUT3 t:IBUF t:OBUF %% t:* %D
|
||||
|
||||
|
||||
design -load read
|
||||
|
@ -19,7 +19,7 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd mux4 # Constrain all select calls below inside the top module
|
||||
select -assert-count 1 t:LUT6
|
||||
|
||||
select -assert-none t:LUT6 %% t:* %D
|
||||
select -assert-none t:LUT6 t:IBUF t:OBUF %% t:* %D
|
||||
|
||||
|
||||
design -load read
|
||||
|
@ -31,7 +31,7 @@ cd mux8 # Constrain all select calls below inside the top module
|
|||
select -assert-count 1 t:LUT3
|
||||
select -assert-count 2 t:LUT6
|
||||
|
||||
select -assert-none t:LUT3 t:LUT6 %% t:* %D
|
||||
select -assert-none t:LUT3 t:LUT6 t:IBUF t:OBUF %% t:* %D
|
||||
|
||||
|
||||
design -load read
|
||||
|
@ -44,4 +44,4 @@ select -assert-min 5 t:LUT6
|
|||
select -assert-max 7 t:LUT6
|
||||
select -assert-max 2 t:MUXF7
|
||||
|
||||
select -assert-none t:LUT6 t:MUXF7 %% t:* %D
|
||||
select -assert-none t:LUT6 t:MUXF7 t:IBUF t:OBUF %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue