diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 2f47e864b..469b25009 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -2542,6 +2542,7 @@ struct RTLIL::CaseRule : public RTLIL::AttrObject std::vector compare; std::vector actions; std::vector switches; + Const compare_src; ~CaseRule();