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.
1 parent d7fd7c2 commit 0164f36Copy full SHA for 0164f36
regression/verilog/SVA/property_and1.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+property_and1.sv
3
+--bdd
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
9
+This is rejected with a typechecking error.
regression/verilog/SVA/property_and1.sv
+module main;
+
+ property P1;
+ 1
+ endproperty
+ assert property (P1 and P1);
+endmodule
0 commit comments