Update some vlog95 interface configurations

This commit is contained in:
Cary R 2026-05-16 22:56:23 -07:00
parent e6cfb08dd6
commit ca3a00a51a
8 changed files with 40 additions and 8 deletions

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_array_basic.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_basic.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_forwarding.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_indexed_actual.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_indexed_actual_generate.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Generate and net arrays are not supported",
"type" : "CE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_positional.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_unmodported_basic.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "TE"
}
}

View File

@ -1,5 +1,9 @@
{
"type" : "normal",
"source" : "sv_interface_port_wildcard.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Interfaces are not supported",
"type" : "EF"
}
}