Net arrays are not supported for Verilog 95

This commit is contained in:
Cary R 2026-05-06 21:24:14 -07:00
parent 99c7a9f940
commit f559a05672
4 changed files with 24 additions and 4 deletions

View File

@ -1,5 +1,10 @@
{
"type" : "normal",
"source" : "sv_byte_array_string1.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Array nets are not supported",
"type" : "CE",
"iverilog-args" : [ "-pallowsigned=1" ]
}
}

View File

@ -1,5 +1,10 @@
{
"type" : "normal",
"source" : "sv_byte_array_string2.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Array nets are not supported",
"type" : "CE",
"iverilog-args" : [ "-pallowsigned=1" ]
}
}

View File

@ -1,5 +1,10 @@
{
"type" : "normal",
"source" : "sv_byte_array_string3.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Array nets are not supported",
"type" : "CE",
"iverilog-args" : [ "-pallowsigned=1" ]
}
}

View File

@ -1,5 +1,10 @@
{
"type" : "normal",
"source" : "sv_byte_array_string4.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Array nets are not supported",
"type" : "CE",
"iverilog-args" : [ "-pallowsigned=1" ]
}
}