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:
parent
4029034ce3
commit
364a1f40a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue