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 aeecd2e commit dbc5d24Copy full SHA for dbc5d24
regression/verilog/modules/parameters10.desc
@@ -0,0 +1,8 @@
1
+CORE
2
+parameters10.v
3
+--bound 0
4
+^file .* line 6: expected constant expression, but got `main\.x'$
5
+^EXIT=2$
6
+^SIGNAL=0$
7
+--
8
+^warning: ignoring
regression/verilog/modules/parameters10.v
+module main;
+
+ wire x;
+ // x is not a constant
+ parameter p = x;
+endmodule
0 commit comments