summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/rtlil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rtlil.h b/kernel/rtlil.h
index 87271bbf..9fae954c 100644
--- a/kernel/rtlil.h
+++ b/kernel/rtlil.h
@@ -368,7 +368,7 @@ struct RTLIL::CaseRule {
struct RTLIL::SwitchRule {
RTLIL::SigSpec signal;
- std::map<RTLIL::IdString, RTLIL::Const> attributes;
+ RTLIL_ATTRIBUTE_MEMBERS
std::vector<RTLIL::CaseRule*> cases;
~SwitchRule();
void optimize();