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:
parent
f042c36898
commit
dbc2611dd6
3 changed files with 338 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue