celltypes: add `$print`

Otherwise, the \TRG connection is pruned by CleanZeroWidthPass.
This commit is contained in:
Charlotte 2023-06-28 11:51:09 +10:00 committed by Marcelina Kościelnicka
parent 1eff84cb92
commit 9db73aa872
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ struct CellTypes
setup_type(ID($specify2), {ID::EN, ID::SRC, ID::DST}, pool<RTLIL::IdString>(), true);
setup_type(ID($specify3), {ID::EN, ID::SRC, ID::DST, ID::DAT}, pool<RTLIL::IdString>(), true);
setup_type(ID($specrule), {ID::EN_SRC, ID::EN_DST, ID::SRC, ID::DST}, pool<RTLIL::IdString>(), true);
setup_type(ID($print), {ID::EN, ID::ARGS, ID::TRG}, pool<RTLIL::IdString>());
}
void setup_internals_eval()