mirror of https://github.com/YosysHQ/yosys.git
Don't warn about unboxed modules in RTLIL selected_modules
This commit is contained in:
parent
4029034ce3
commit
364a1f40a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue