mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
kernel: add SwitchRule signal_src
(cherry picked from commit 53585db9f7)
This commit is contained in:
parent
cbf9b0b5d4
commit
4985df71cb
2 changed files with 2 additions and 0 deletions
|
|
@ -2557,6 +2557,7 @@ struct RTLIL::SwitchRule : public RTLIL::AttrObject
|
|||
RTLIL::Module *module = nullptr;
|
||||
|
||||
RTLIL::SigSpec signal;
|
||||
TwineRef signal_src = Twine::Null;
|
||||
std::vector<RTLIL::CaseRule*> cases;
|
||||
|
||||
~SwitchRule();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue