We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 810be55 + 5a80e1f commit aa05326Copy full SHA for aa05326
regression/verilog/SVA/sequence4.sv
@@ -11,4 +11,6 @@ module main;
11
// sequence concatenation
12
initial p0: assert property (x == 0 ##1 x == 1 ##1 x == 2);
13
14
+ initial p1: assert property (x == 0 ##0 x == 0 ##1 x == 1);
15
+
16
endmodule
0 commit comments