mirror of https://github.com/YosysHQ/yosys.git
parent
55633b1e85
commit
5209a116ff
|
|
@ -2526,6 +2526,7 @@ struct RTLIL::CaseRule : public RTLIL::AttrObject
|
||||||
std::vector<RTLIL::SigSpec> compare;
|
std::vector<RTLIL::SigSpec> compare;
|
||||||
std::vector<RTLIL::SyncAction> actions;
|
std::vector<RTLIL::SyncAction> actions;
|
||||||
std::vector<RTLIL::SwitchRule*> switches;
|
std::vector<RTLIL::SwitchRule*> switches;
|
||||||
|
TwineRef compare_src = Twine::Null;
|
||||||
|
|
||||||
~CaseRule();
|
~CaseRule();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue