iverilog/ivtest/vvp_tests
Stephen Williams 50722494b9 ivtest: Add the dumpfile.v test
Add a regression test to show that the proper dumpfile is selected, by
noting in the output from the vvp command what file name it is creating.

To make this work, I also needed to add some capabilities to the vvp_reg.py
regression test rig.
2023-02-26 14:43:01 -08:00
..
README.txt ivtest: Create the vvp_reg.py test script 2023-02-11 18:33:24 -08:00
array_packed_write_read.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
case1.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
case2-S.json ivtest: Create the vvp_reg.py test script 2023-02-11 18:33:24 -08:00
case2.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
case3.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
casex_synth.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth-S.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth2.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth3.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth4.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth5.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth6.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth7.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth8.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth9.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth10.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dffsynth11.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
dumpfile.json ivtest: Add the dumpfile.v test 2023-02-26 14:43:01 -08:00
macro_str_esc.json ivtest: Create the vvp_reg.py test script 2023-02-11 18:33:24 -08:00
memsynth1.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
struct_packed_write_read.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00
struct_packed_write_read2.json ivtest: Move some tests to the revress-vvp list 2023-02-11 18:35:41 -08:00

README.txt

This directory contains configurations for thet tests that test the iverilog
compiler with the vvp simulation engine. Eash test file is actually a JSON
file that calls out the test type, names the source file, the gold file, any
command argument flags.

{
    "type"   : "normal",
    "source" : "macro_str_esc.v",
    "gold"   : "macro_str_esc"
}