1
0
mirror of synced 2026-01-27 12:43:21 +00:00

rtlil: add case_src to CaseRule

This commit is contained in:
Emil J. Tywoniak
2025-12-11 00:44:52 +01:00
parent 502ba3734b
commit a217a5c716

View File

@@ -2553,6 +2553,7 @@ struct RTLIL::CaseRule : public RTLIL::AttrObject
std::vector<RTLIL::SigSpec> compare;
std::vector<RTLIL::SyncAction> actions;
std::vector<RTLIL::SwitchRule*> switches;
Const compare_src;
~CaseRule();