We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b5682 + ac62b1f commit 2e01686Copy full SHA for 2e01686
regression/verilog/SVA/eventually4.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+eventually4.sv
3
+--bound 2
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
9
+Property gives counterexample but should pass.
regression/verilog/SVA/eventually4.sv
@@ -0,0 +1,6 @@
+module main(input a);
+
+ // should pass for any bound
+ assert property ((s_eventually !a) or (always a));
+endmodule
0 commit comments