3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-03 01:40:23 +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-07-29 11:39:50 +12:00
parent a7a926b247
commit 134da811f7
No known key found for this signature in database
5 changed files with 92 additions and 0 deletions

View file

@ -286,3 +286,4 @@ X(A_WIDTHS)
X(B_WIDTHS)
X(C_WIDTHS)
X(C_SIGNED)
X(raise_error)