mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
fixup! quicklogic: Add basic k6n10f tests
This commit is contained in:
parent
d11a85fcba
commit
fb34167fd4
1 changed files with 2 additions and 1 deletions
|
@ -36,4 +36,5 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
|
|||
cd mux16 # Constrain all select calls below inside the top module
|
||||
select -assert-max 5 t:$lut r:WIDTH=6 %i # OOT flow does 2
|
||||
select -assert-max 1 t:$lut r:WIDTH=3 %i # and here 1
|
||||
select -assert-none t:$lut r:WIDTH=6 r:WIDTH=3 %u %i %% t:* %D
|
||||
select -assert-max 1 t:$lut r:WIDTH=4 r:WIDTH=5 %u %i
|
||||
select -assert-none t:$lut r:WIDTH>2 %i %% t:* %D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue