From 364a1f40a7f8798f8885b079c8b84e9d90dcf822 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Fri, 22 Aug 2025 11:07:19 -0700 Subject: [PATCH] Don't warn about unboxed modules in RTLIL selected_modules --- kernel/rtlil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rtlil.h b/kernel/rtlil.h index 8563c8ec7..9e671beff 100644 --- a/kernel/rtlil.h +++ b/kernel/rtlil.h @@ -1458,7 +1458,7 @@ struct RTLIL::Design // controls if partially selected modules are included RTLIL::SelectPartials partials = SELECT_ALL, // controls if boxed modules are included - RTLIL::SelectBoxes boxes = SB_UNBOXED_WARN + RTLIL::SelectBoxes boxes = SB_UNBOXED_ONLY ) const; // returns all selected modules, and may include boxes