ivtest: address review — restore LXT for br_gh710b, tidy br1005 vlog95 list
- br_gh710b: use -lxt again; gold files back to LXT output - regress-ivl1: drop br1005 comment line - regress-vlog95: move br1005 CE entry to class section after br1004 Made-with: Cursor
This commit is contained in:
parent
506b4f2757
commit
70d1de0dbd
|
|
@ -1 +1 @@
|
||||||
VCD info: dumpfile dump.vcd opened for output.
|
LXT info: dumpfile dump.lxt opened for output.
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
VCD info: dumpfile dump.vcd opened for output.
|
LXT info: dumpfile dump.lxt opened for output.
|
||||||
VCD warning: $dumpvars: Package (p2::) is not dumpable with VCD.
|
LXT warning: $dumpvars: Package (p2::) is not dumpable with LXT.
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,6 @@ array_lval_select3a CE ivltests
|
||||||
br605a EF ivltests
|
br605a EF ivltests
|
||||||
br605b EF ivltests
|
br605b EF ivltests
|
||||||
br971 EF ivltests
|
br971 EF ivltests
|
||||||
# br1005: was CE (queues in classes); now covered as normal in regress-sv.list
|
|
||||||
br1015b CE,-g2009 ivltests
|
br1015b CE,-g2009 ivltests
|
||||||
br_ml20150315b CE,-g2009 ivltests
|
br_ml20150315b CE,-g2009 ivltests
|
||||||
sv_deferred_assert1 CE,-g2009 ivltests gold=sv_deferred_assert1.gold
|
sv_deferred_assert1 CE,-g2009 ivltests gold=sv_deferred_assert1.gold
|
||||||
|
|
|
||||||
|
|
@ -308,8 +308,6 @@ vhdl_textio_read CE,-g2005-sv,-pallowsigned=1,ivltests/vhdl_textio_read.vhd ivlt
|
||||||
always_comb_warn CE,-g2009,-pallowsigned=1 ivltests
|
always_comb_warn CE,-g2009,-pallowsigned=1 ivltests
|
||||||
always_ff_warn CE,-g2009,-pallowsigned=1 ivltests
|
always_ff_warn CE,-g2009,-pallowsigned=1 ivltests
|
||||||
always_latch_warn CE,-g2009,-pallowsigned=1 ivltests
|
always_latch_warn CE,-g2009,-pallowsigned=1 ivltests
|
||||||
# br1005: class/queue SV cannot be translated to vlog95; override regress-sv.list normal.
|
|
||||||
br1005 CE,-g2009 ivltests
|
|
||||||
br962 CE,-g2009 ivltests
|
br962 CE,-g2009 ivltests
|
||||||
br963 CE,-g2009 ivltests
|
br963 CE,-g2009 ivltests
|
||||||
br_gh164a CE,-g2009,-pallowsigned=1 ivltests
|
br_gh164a CE,-g2009,-pallowsigned=1 ivltests
|
||||||
|
|
@ -362,6 +360,7 @@ unp_array_typedef CE,-g2009,-pallowsigned=1 ivltests # Also string
|
||||||
br959 CE,-g2009 ivltests
|
br959 CE,-g2009 ivltests
|
||||||
br1003a CE,-g2009 ivltests
|
br1003a CE,-g2009 ivltests
|
||||||
br1004 CE,-g2009 ivltests
|
br1004 CE,-g2009 ivltests
|
||||||
|
br1005 CE,-g2009 ivltests
|
||||||
br_gh104a CE,-g2009 ivltests
|
br_gh104a CE,-g2009 ivltests
|
||||||
br_gh167a CE,-g2009 ivltests
|
br_gh167a CE,-g2009 ivltests
|
||||||
br_gh167b CE,-g2009 ivltests
|
br_gh167b CE,-g2009 ivltests
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"source" : "br_gh710.v",
|
"source" : "br_gh710.v",
|
||||||
"gold" : "br_gh710b",
|
"gold" : "br_gh710b",
|
||||||
"iverilog-args" : [ "-g2009" ],
|
"iverilog-args" : [ "-g2009" ],
|
||||||
"_comment" : "Use default VCD dump (not -lxt) so the test passes without libbzip2; the package non-dumpable warning is the same for VCD/LXT.",
|
"vvp-args-extended" : [ "-lxt" ],
|
||||||
"vlog95" : {
|
"vlog95" : {
|
||||||
"__comment" : "packages are translated to modules that can be dumped",
|
"__comment" : "packages are translated to modules that can be dumped",
|
||||||
"gold" : "br_gh710b-vlog95"
|
"gold" : "br_gh710b-vlog95"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue