3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-01 15:50:42 +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:
Krystine Sherwin 2025-05-13 15:14:33 +12:00
parent 50da04a75e
commit 107b768cdd
No known key found for this signature in database
5 changed files with 92 additions and 0 deletions

View file

@ -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