From 849526491aa68fd0f6081ca26d5a1b90f5edc7d7 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Fri, 22 May 2026 21:23:38 +0200 Subject: [PATCH] fixup! tests: signorm fix --- tests/techmap/clockgate.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/techmap/clockgate.tcl b/tests/techmap/clockgate.tcl index b2adbf9d6..5c4ef65a9 100644 --- a/tests/techmap/clockgate.tcl +++ b/tests/techmap/clockgate.tcl @@ -196,7 +196,7 @@ select -module dffe_10 -assert-count 1 t:\$_NOT_ select -module dffe_11 -assert-count 0 t:\$_NOT_ # $sdffe is not gated -select -module sdffe -assert-count 0 sdffe t:* t:\$sdffe t:\$input_port %d +select -module sdffe -assert-count 0 sdffe t:* t:\$sdffe %d t:\$input_port %d #------------------------------------------------------------------------------