3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00
yosys/tests/select
Krystine Sherwin 8405b3b723
select: Fix -none and -clear
If the selection stack only has one element (which it normally does), then
`design->pop_selection()` automatically resets to the default full selection.
This is a problem for `select [-none | -clear]` which were trying to replace the
current selection, but because the pop added an extra element when the `execute`
returned, the extra selection (the one we actually wanted) gets popped too. So
instead, reassign `design->selection()` in the same way as if we called `select
[selection]`.

Also adds selection stack tests, and removes the accidentally-committed
`boxes_dummy.ys`.
2025-03-14 16:32:18 +13:00
..
.gitignore Add .gitignore to tests/select/ 2020-04-12 22:45:45 +02:00
boxes.v tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_equals_clean.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_equals_name.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_equals_operators.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_equals_pattern.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_equals_wildcard.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_no_equals.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_no_equals_clean.ys tests/select: Add tests for selections with boxes 2025-03-14 14:05:40 +13:00
boxes_stack.ys select: Fix -none and -clear 2025-03-14 16:32:18 +13: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
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