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 4fe66e8 commit cbf90a4Copy full SHA for cbf90a4
regression/verilog/system-functions/error1.desc
@@ -0,0 +1,9 @@
1
+KNOWNBUG
2
+error1.v
3
+--module main
4
+^EXIT=0$
5
+^SIGNAL=0$
6
+--
7
+^warning: ignoring
8
9
+This doesn't parse.
regression/verilog/system-functions/error1.v
@@ -0,0 +1,8 @@
+module main;
+
+ parameter P = 1;
+ if(P!=1)
+ $error("something is wrong");
+endmodule
0 commit comments