mirror of https://github.com/YosysHQ/yosys.git
quicklogic: Relax the LUT number test
This commit is contained in:
parent
13ecbd5c76
commit
ca5c2fdff1
|
@ -10,5 +10,5 @@ EOF
|
|||
equiv_opt -assert -map +/quicklogic/qlf_k6n10f/cells_sim.v synth_quicklogic -family qlf_k6n10f
|
||||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd top # Constrain all select calls below inside the top module
|
||||
select -assert-count 26 t:$lut
|
||||
select -assert-max 100 t:$lut
|
||||
select -assert-none t:$lut %% t:* %D
|
||||
|
|
Loading…
Reference in New Issue