Merge pull request #1435 from larsclausen/br-gh1385-vlog95
ivtest: Run nested enum tests through vlog95
This commit is contained in:
commit
0723d9a477
|
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"type" : "normal",
|
"type" : "normal",
|
||||||
"source" : "br_gh1385a.v",
|
"source" : "br_gh1385a.v",
|
||||||
"iverilog-args" : [ "-g2005-sv" ],
|
"iverilog-args" : [ "-g2005-sv" ]
|
||||||
"vlog95" : {
|
|
||||||
"__comment" : "Enum typedefs are not translated",
|
|
||||||
"type" : "CE"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"type" : "normal",
|
"type" : "normal",
|
||||||
"source" : "br_gh1385b.v",
|
"source" : "br_gh1385b.v",
|
||||||
"iverilog-args" : [ "-g2005-sv" ],
|
"iverilog-args" : [ "-g2005-sv" ]
|
||||||
"vlog95" : {
|
|
||||||
"__comment" : "Enum typedefs are not translated",
|
|
||||||
"type" : "CE"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
{
|
{
|
||||||
"type" : "normal",
|
"type" : "normal",
|
||||||
"source" : "br_gh1385c.v",
|
"source" : "br_gh1385c.v",
|
||||||
"iverilog-args" : [ "-g2005-sv" ],
|
"iverilog-args" : [ "-g2005-sv" ]
|
||||||
"vlog95" : {
|
|
||||||
"__comment" : "Enum typedefs are not translated",
|
|
||||||
"type" : "CE"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue