3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-16 13:58: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 Add .gitignore to tests/select/ 2020-04-12 22:45:45 +02:00
boxes.v Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_equals_name.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_equals_operators.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_equals_pattern.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_equals_wildcard.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_import.ys design.cc: Fix selections when copying 2025-04-08 16:35:12 +12:00
boxes_no_equals.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_no_equals_clean.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
boxes_setattr.ys setattr.cc: Use new selection helpers 2025-04-08 15:34:48 +12:00
boxes_stack.ys Reinstate #4768 2025-04-08 11:58:05 +12:00
internal_selects.ys test_select: Add and exercise test_select pass 2025-04-08 11:59:45 +12:00
list_mod.ys select: Add -list-mod option 2024-11-04 13:16:13 +01:00
mod-attribute.ys Fix test after option change 2024-11-04 16:26:46 +01:00
no_warn_assert.ys Suppress warnings for empty select arguments when -count or -assert-* options are set. 2020-03-23 17:30:53 +00:00
no_warn_prefixed_arg_memb.ys Do not warn on empty selection with prefixed arg_memb. 2020-03-23 17:50:11 +00:00
no_warn_prefixed_empty_select_arg.ys Add tests for select command warnings. 2020-03-23 17:30:53 +00:00
run-test.sh tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
unset.ys tests: add select -unset tests 2020-04-16 10:51:58 -07:00
unset2.ys tests: add select -unset tests 2020-04-16 10:51:58 -07:00
warn_empty_select_arg.ys Add tests for select command warnings. 2020-03-23 17:30:53 +00:00