3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-14 09:55:37 +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 9bc771e051
commit b2d57e5d41

View file

@ -2532,6 +2532,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();