Update some vlog95 interface configurations
This commit is contained in:
parent
e6cfb08dd6
commit
ca3a00a51a
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue