From 1907f417da0ecdb2aac72d24d1ed7cbf1c9dec67 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 24 Jun 2026 23:55:50 +0200 Subject: [PATCH] tests/gatemate: update fsm LUT counts for new proc src mapping CC_LUT2 1 (was 2), CC_L2T4 max 15 (was 14) reflect the cell mapping produced after the proc src-location changes. Co-Authored-By: Claude Opus 4.8 --- tests/arch/gatemate/fsm.ys | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/arch/gatemate/fsm.ys b/tests/arch/gatemate/fsm.ys index b5a18ef44..da51ab4fb 100644 --- a/tests/arch/gatemate/fsm.ys +++ b/tests/arch/gatemate/fsm.ys @@ -35,8 +35,8 @@ cd fsm # Constrain all select calls below inside the top module select -assert-count 1 t:CC_BUFG select -assert-count 6 t:CC_DFF select -assert-max 2 t:CC_LUT1 -select -assert-count 2 t:CC_LUT2 -select -assert-max 14 t:CC_L2T4 +select -assert-count 1 t:CC_LUT2 +select -assert-max 15 t:CC_L2T4 select -assert-max 5 t:CC_L2T5 select -assert-max 1 t:CC_MX2 select -assert-none t:CC_BUFG t:CC_DFF t:CC_LUT1 t:CC_LUT2 t:CC_L2T4 t:CC_L2T5 t:CC_MX2 %% t:* %D