3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 04:31:25 +00:00

test_select: Add and exercise test_select pass

Developer facing, intended to check internal selection semantics work as expected.  i.e. it would have revealed the bug in the now reverted PR.
This commit is contained in:
Krystine Sherwin 2025-04-08 11:47:07 +12:00
parent f042c36898
commit dbc2611dd6
No known key found for this signature in database
3 changed files with 338 additions and 0 deletions

View file

@ -54,3 +54,4 @@ OBJS += passes/cmds/portarcs.o
OBJS += passes/cmds/wrapcell.o
OBJS += passes/cmds/setenv.o
OBJS += passes/cmds/abstract.o
OBJS += passes/cmds/test_select.o