Don't warn about unboxed modules in RTLIL selected_modules

This commit is contained in:
Akash Levy 2025-08-22 11:07:19 -07:00
parent 4029034ce3
commit 364a1f40a7
1 changed files with 1 additions and 1 deletions

View File

@ -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