kernel: add SwitchRule signal_src
This commit is contained in:
@@ -2553,7 +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;
|
||||
RTLIL::Const compare_src;
|
||||
|
||||
~CaseRule();
|
||||
|
||||
@@ -2567,6 +2567,7 @@ struct RTLIL::CaseRule : public RTLIL::AttrObject
|
||||
struct RTLIL::SwitchRule : public RTLIL::AttrObject
|
||||
{
|
||||
RTLIL::SigSpec signal;
|
||||
RTLIL::Const signal_src;
|
||||
std::vector<RTLIL::CaseRule*> cases;
|
||||
|
||||
~SwitchRule();
|
||||
|
||||
Reference in New Issue
Block a user