mirror of https://github.com/YosysHQ/yosys.git
celltypes: add `$print`
Otherwise, the \TRG connection is pruned by CleanZeroWidthPass.
This commit is contained in:
parent
1eff84cb92
commit
9db73aa872
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue