mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-17 01:38:33 +00:00
rtlil: add case_src to CaseRule
This commit is contained in:
parent
da89633912
commit
d10c3f75e1
1 changed files with 1 additions and 0 deletions
|
|
@ -2542,6 +2542,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;
|
||||
|
||||
~CaseRule();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue