mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-27 09:49:25 +00:00
Use `Design::selected_modules()` directly, popping at the end instead of copying the selection. Also default to a complete selection so that boxes work as before. Simplify to using `RTLIL::SELECT_WHOLE_CMDERR` instead of doing it manually. Also add tests for importing selections with boxes. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| boxes.v | ||
| boxes_equals_name.ys | ||
| boxes_equals_operators.ys | ||
| boxes_equals_pattern.ys | ||
| boxes_equals_wildcard.ys | ||
| boxes_import.ys | ||
| boxes_no_equals.ys | ||
| boxes_no_equals_clean.ys | ||
| boxes_setattr.ys | ||
| boxes_stack.ys | ||
| internal_selects.ys | ||
| list_mod.ys | ||
| mod-attribute.ys | ||
| no_warn_assert.ys | ||
| no_warn_prefixed_arg_memb.ys | ||
| no_warn_prefixed_empty_select_arg.ys | ||
| run-test.sh | ||
| unset.ys | ||
| unset2.ys | ||
| warn_empty_select_arg.ys | ||