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 fadf124b2..2cde03b79 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" ] +}