We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c08358 + b002dfa commit 1fd97b7Copy full SHA for 1fd97b7
1 file changed
regression/verilog/parameters/parameter_vs_typedef.sv
@@ -1,6 +1,9 @@
1
typedef int some_identifier;
2
3
module main;
4
+ // This does _not_ parse with Icarus Verilog version 12.0, nor with
5
+ // Riviera Pro 2025.04, nor with VCS 2025.06.
6
+ // This does parse with Xcelium 25.03 and Questa 2025.2.
7
parameter some_identifier = 123;
8
assert final(some_identifier == 123);
9
endmodule
0 commit comments