Skip to content

Commit 1e2fe0f

Browse files
authored
Merge pull request #1242 from diffblue/property_and1
KNOWNBUG test for SVA `and` of two properties
2 parents 4eb2190 + 0164f36 commit 1e2fe0f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
KNOWNBUG
2+
property_and1.sv
3+
--bdd
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
--
9+
This is rejected with a typechecking error.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module main;
2+
3+
property P1;
4+
1
5+
endproperty
6+
7+
assert property (P1 and P1);
8+
9+
endmodule

0 commit comments

Comments
 (0)