Skip to content

Commit 1fd97b7

Browse files
authored
Merge pull request #1694 from diffblue/parameter_vs_typedef-comment
Add comment to failing parameter_vs_typedef test
2 parents 8c08358 + b002dfa commit 1fd97b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
typedef int some_identifier;
22

33
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.
47
parameter some_identifier = 123;
58
assert final(some_identifier == 123);
69
endmodule

0 commit comments

Comments
 (0)