iverilog/ivtest/vvp_tests
Lars-Peter Clausen e1691c48fe Add regression tests for reversed continuous array assignment
Check that assigning array that have opposite left-to-righto order for
their dimensions have their elements assigned in reversed order.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2023-04-16 09:21:27 -07: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
br_gh13a-vlog95.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
br_gh13a.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -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
param-width-vlog95.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
param-width.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
pr903-vlog95.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
pr903.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
pr1388974-vlog95.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
pr1388974.json ivtests: Add support for vlog95 tests 2023-03-05 15:09:04 -08:00
sdf_header.json Add testcase for sdf header 2023-04-14 11:08:08 +02: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
sv_array_cassign6.json Add regression tests for reversed continuous array assignment 2023-04-16 09:21:27 -07:00
sv_array_cassign7.json Add regression tests for reversed continuous array assignment 2023-04-16 09:21:27 -07:00
sv_foreach9.json Add regression test for foreach count direction 2023-03-12 18:06:43 -07:00
sv_foreach10.json Add regression test for foreach count direction 2023-03-12 18:06:43 -07: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"
}