From 9db73aa87282bacc710be05c8455fd09308bbdf7 Mon Sep 17 00:00:00 2001 From: Charlotte Date: Wed, 28 Jun 2023 11:51:09 +1000 Subject: [PATCH] celltypes: add `$print` Otherwise, the \TRG connection is pruned by CleanZeroWidthPass. --- kernel/celltypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/celltypes.h b/kernel/celltypes.h index 63e7408c1..4a0621a73 100644 --- a/kernel/celltypes.h +++ b/kernel/celltypes.h @@ -101,6 +101,7 @@ struct CellTypes setup_type(ID($specify2), {ID::EN, ID::SRC, ID::DST}, pool(), true); setup_type(ID($specify3), {ID::EN, ID::SRC, ID::DST, ID::DAT}, pool(), true); setup_type(ID($specrule), {ID::EN_SRC, ID::EN_DST, ID::SRC, ID::DST}, pool(), true); + setup_type(ID($print), {ID::EN, ID::ARGS, ID::TRG}, pool()); } void setup_internals_eval()