From d10c3f75e1990efb9776eadae2202aee18747e0d Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Thu, 11 Dec 2025 00:44:52 +0100 Subject: [PATCH] rtlil: add case_src to CaseRule --- kernel/rtlil.h | 1 + 1 file changed, 1 insertion(+) 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();