package liftime test needs signed for vlog95 testing

This commit is contained in:
Cary R 2026-05-08 05:53:18 -07:00
parent 3d8f906bdd
commit e212ea1a1c
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
{
"type" : "normal",
"source" : "sv_package_lifetime.v",
"iverilog-args" : [ "-g2005-sv" ]
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"iverilog-args" : [ "-pallowsigned=1" ]
}
}