Skip to content

Commit 564222c

Browse files
authored
Merge pull request #1370 from diffblue/always_comb2-aig
KNOWNBUG test for Verilog->AIG conversion
2 parents 193d3d6 + 881fb84 commit 564222c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
KNOWNBUG
2+
always_comb2.sv
3+
--aig
4+
^\[main\.p0\] always main\.data == 0 -> main\.decoded == 1: PROVED .*$
5+
^\[main\.p1\] always main\.data == 1 -> main\.decoded == 2: PROVED .*$
6+
^\[main\.p2\] always main\.data == 2 -> main\.decoded == 4: PROVED .*$
7+
^EXIT=0$
8+
^SIGNAL=0$
9+
--
10+
^warning: ignoring
11+
--
12+
This segfaults.

0 commit comments

Comments
 (0)