Merge pull request #1435 from larsclausen/br-gh1385-vlog95

ivtest: Run nested enum tests through vlog95
This commit is contained in:
Cary R. 2026-07-10 10:43:04 -07:00 committed by GitHub
commit 0723d9a477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 15 deletions

View File

@ -1,9 +1,5 @@
{
"type" : "normal",
"source" : "br_gh1385a.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Enum typedefs are not translated",
"type" : "CE"
}
"iverilog-args" : [ "-g2005-sv" ]
}

View File

@ -1,9 +1,5 @@
{
"type" : "normal",
"source" : "br_gh1385b.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Enum typedefs are not translated",
"type" : "CE"
}
"iverilog-args" : [ "-g2005-sv" ]
}

View File

@ -1,9 +1,5 @@
{
"type" : "normal",
"source" : "br_gh1385c.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Enum typedefs are not translated",
"type" : "CE"
}
"iverilog-args" : [ "-g2005-sv" ]
}