Skip to content

Commit 0164f36

Browse files
committed
KNOWNBUG test for SVA 'and' of two properties
1 parent d7fd7c2 commit 0164f36

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)