3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 03:35:40 +00:00

rtlil: add case_src to CaseRule

(cherry picked from commit a217a5c716)
This commit is contained in:
Emil J. Tywoniak 2025-12-11 00:44:52 +01:00
parent 55633b1e85
commit 5209a116ff

View file

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