mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-30 17:41:57 +02:00
Update some vlog95 interface configurations
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user