From 3928e2bd329f277eb1b07c5f8a5ef49e968d8f02 Mon Sep 17 00:00:00 2001 From: Cary R Date: Wed, 29 Apr 2026 20:58:33 -0700 Subject: [PATCH] FST can dump packages --- ivtest/.gitignore | 1 + ivtest/gold/br_gh710d-vvp-stdout.gold | 1 + ivtest/regress-vvp.list | 1 + ivtest/vvp_tests/br_gh710d.json | 7 +++++++ 4 files changed, 10 insertions(+) create mode 100644 ivtest/gold/br_gh710d-vvp-stdout.gold create mode 100644 ivtest/vvp_tests/br_gh710d.json diff --git a/ivtest/.gitignore b/ivtest/.gitignore index 612f61d30..0482bb8d0 100644 --- a/ivtest/.gitignore +++ b/ivtest/.gitignore @@ -34,4 +34,5 @@ tmp_blif.vvp dump.vcd dump.lxt dump.lx2 +dump.fst foo.vcd diff --git a/ivtest/gold/br_gh710d-vvp-stdout.gold b/ivtest/gold/br_gh710d-vvp-stdout.gold new file mode 100644 index 000000000..ce8f6d257 --- /dev/null +++ b/ivtest/gold/br_gh710d-vvp-stdout.gold @@ -0,0 +1 @@ +FST info: dumpfile dump.fst opened for output. diff --git a/ivtest/regress-vvp.list b/ivtest/regress-vvp.list index 49a0917df..a8442fa12 100644 --- a/ivtest/regress-vvp.list +++ b/ivtest/regress-vvp.list @@ -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 diff --git a/ivtest/vvp_tests/br_gh710d.json b/ivtest/vvp_tests/br_gh710d.json new file mode 100644 index 000000000..18d7f106b --- /dev/null +++ b/ivtest/vvp_tests/br_gh710d.json @@ -0,0 +1,7 @@ +{ + "type" : "normal", + "source" : "br_gh710.v", + "gold" : "br_gh710d", + "iverilog-args" : [ "-g2009" ], + "vvp-args-extended" : [ "-fst" ] +}