From ca5c2fdff1d2e1e5bc1fbfb1764e75e934f015a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Mon, 7 Oct 2024 15:26:48 +0200 Subject: [PATCH] quicklogic: Relax the LUT number test --- tests/arch/quicklogic/qlf_k6n10f/div.ys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arch/quicklogic/qlf_k6n10f/div.ys b/tests/arch/quicklogic/qlf_k6n10f/div.ys index 5ca5b3051..dd5de9d3a 100644 --- a/tests/arch/quicklogic/qlf_k6n10f/div.ys +++ b/tests/arch/quicklogic/qlf_k6n10f/div.ys @@ -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