Skip to content

Commit e281a3d

Browse files
authored
Merge pull request #1244 from diffblue/past5
KNOWNBUG test for `$past` for array type
2 parents d7fd7c2 + 8db794c commit e281a3d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
KNOWNBUG
2+
past5.sv
3+
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
--
9+
$past doesn't support the array.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module main;
2+
3+
logic [31:0] mem[123];
4+
5+
assert property (##1 mem == $past(mem));
6+
7+
endmodule

0 commit comments

Comments
 (0)