mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-27 21:48:58 +00:00
Add raise_error pass
Raise errors from attributes for testing. I want it for bugpoint tests but it could be useful elsewhere.
This commit is contained in:
parent
a7a926b247
commit
134da811f7
5 changed files with 92 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
|||
OBJS += passes/tests/test_autotb.o
|
||||
OBJS += passes/tests/test_cell.o
|
||||
OBJS += passes/tests/test_abcloop.o
|
||||
OBJS += passes/tests/raise_error.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue