3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-16 20:25:43 +00:00

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

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