3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-31 06:07:47 +00:00
yosys/tests/select
Krystine Sherwin 237e454131
design.cc: Fix selections when copying
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.
2025-04-08 16:35:12 +12:00
..
.gitignore
boxes.v
boxes_equals_name.ys
boxes_equals_operators.ys
boxes_equals_pattern.ys
boxes_equals_wildcard.ys
boxes_import.ys design.cc: Fix selections when copying 2025-04-08 16:35:12 +12:00
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