mirror of https://github.com/YosysHQ/yosys.git
rtlil: add case_src to CaseRule
This commit is contained in:
parent
502ba3734b
commit
a217a5c716
|
|
@ -2553,6 +2553,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;
|
||||||
|
Const compare_src;
|
||||||
|
|
||||||
~CaseRule();
|
~CaseRule();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue