Skip to content

Commit 5a3f047

Browse files
authored
Merge pull request #1241 from diffblue/named_property4
KNOWNBUG test for property that is a sequence
2 parents 1e2fe0f + ffa161e commit 5a3f047

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
KNOWNBUG
2+
named_property4.sv
3+
4+
^EXIT=10$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
--
9+
This triggers an internal error.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module main(input a, b);
2+
3+
// a property that is a sequence
4+
property lemma;
5+
a ##1 b
6+
endproperty
7+
8+
assert property (lemma);
9+
10+
endmodule

0 commit comments

Comments
 (0)