Skip to content

Commit aa05326

Browse files
authored
Merge pull request #1074 from diffblue/sequence4-2
SVA: test for sequence concatenation with 0 delay
2 parents 810be55 + 5a80e1f commit aa05326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regression/verilog/SVA/sequence4.sv

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ module main;
1111
// sequence concatenation
1212
initial p0: assert property (x == 0 ##1 x == 1 ##1 x == 2);
1313

14+
initial p1: assert property (x == 0 ##0 x == 0 ##1 x == 1);
15+
1416
endmodule

0 commit comments

Comments
 (0)