localparam string TESTED_VERSIONS[] =
{
"2023.1",
"2023.2"
};
$ svinst test.sv
files:
parse failed: "test.sv"
test.sv:72:42
|
72 | localparam string TESTED_VERSIONS[] =
| ^
The syntax is maybe a little weird, but perfectly legal. This code compiles on a commercial tool.