FST can dump packages

This commit is contained in:
Cary R 2026-04-29 20:58:33 -07:00
parent 15989f3d62
commit 6f3beca5fb
4 changed files with 10 additions and 0 deletions

1
ivtest/.gitignore vendored
View File

@ -34,4 +34,5 @@ tmp_blif.vvp
dump.vcd
dump.lxt
dump.lx2
dump.fst
foo.vcd

View File

@ -0,0 +1 @@
FST info: dumpfile dump.fst opened for output.

View File

@ -31,6 +31,7 @@ br_gh703 vvp_tests/br_gh703.json
br_gh710a vvp_tests/br_gh710a.json
br_gh710b vvp_tests/br_gh710b.json
br_gh710c vvp_tests/br_gh710c.json
br_gh710d vvp_tests/br_gh710d.json
br_gh939 vvp_tests/br_gh939.json
br_gh1001 vvp_tests/br_gh1001.json
br_gh1018 vvp_tests/br_gh1018.json

View File

@ -0,0 +1,7 @@
{
"type" : "normal",
"source" : "br_gh710.v",
"gold" : "br_gh710d",
"iverilog-args" : [ "-g2009" ],
"vvp-args-extended" : [ "-fst" ]
}