From 50bfb5c5c9bfd464bf2c33b6e2b3bd2c755ed78f Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Wed, 12 Nov 2025 20:19:42 +0100 Subject: [PATCH] constids: add $input_port and $connect --- kernel/constids.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/constids.inc b/kernel/constids.inc index 7aed897e1..c99aa788d 100644 --- a/kernel/constids.inc +++ b/kernel/constids.inc @@ -196,6 +196,7 @@ X($bweqx) X($bwmux) X($check) X($concat) +X($connect) X($cover) X($demux) X($dff) @@ -222,6 +223,7 @@ X($get_tag) X($gt) X($initstate) X($input) +X($input_port) X($lcu) X($le) X($live)