iverilog/ivtest/vvp_tests
Cary R 560fbeeae4
Merge pull request #936 from larsclausen/trailing-module-port
Allow to omit trailing module ports in ordered list connection
2023-06-14 07:35:39 -07:00
..
README.txt
array_packed_write_read.json
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
br_gh939.json Add regression test for implicit named port connection errors 2023-06-14 04:33:41 -07:00
case1.json
case2-S.json
case2.json
case3.json
casex_synth.json
constfunc16.json Add regression tests for continue/break in constant functions 2023-06-11 08:56:06 -07:00
constfunc17.json Add regression tests for continue/break in constant functions 2023-06-11 08:56:06 -07:00
constfunc18.json Add regression tests for continue/break in constant functions 2023-06-11 08:56:06 -07:00
constfunc19.json Add regression tests for continue/break in constant functions 2023-06-11 08:56:06 -07:00
constfunc20.json Add regression tests for continue/break in constant functions 2023-06-11 08:56:06 -07:00
dffsynth-S.json
dffsynth.json
dffsynth2.json
dffsynth3.json
dffsynth4.json
dffsynth5.json
dffsynth6.json
dffsynth7.json
dffsynth8.json
dffsynth9.json
dffsynth10.json
dffsynth11.json
dumpfile.json ivtest: Add the dumpfile.v test 2023-02-26 14:43:01 -08:00
final3.json Add regression test for sub-blocks in `final` procedures 2023-04-16 09:20:39 -07:00
macro_str_esc.json
memsynth1.json
module_ordered_list1.json Add regression test for omitting trailing ports in ordered list connection 2023-06-11 08:45:34 -07:00
module_ordered_list2.json Add regression test for omitting trailing ports in ordered list connection 2023-06-11 08:45:34 -07:00
module_port_array1.json Add regression test for single element module port array 2023-05-06 09:58:41 -07: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
pv_wr_fn_vec2.json Add regression tests for oob write to function return value 2023-06-04 16:27:24 -07:00
pv_wr_fn_vec4.json Add regression tests for oob write to function return value 2023-06-04 16:27:24 -07:00
sdf_header.json Add testcase for sdf header 2023-04-14 11:08:08 +02:00
struct_packed_write_read.json
struct_packed_write_read2.json
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
sv_wildcard_import8.json Add regression tests for implicit function/task import the unit scope 2023-06-11 09:21:00 -07:00
task_return1.json Add regression test for return in tasks 2023-04-16 19:22:49 -07:00
task_return2.json Add regression test for return in tasks 2023-04-16 19:22:49 -07:00
task_return_fail1.json Add regression test for return in tasks 2023-04-16 19:22:49 -07:00
task_return_fail2.json Add regression test for return in tasks 2023-04-16 19:22:49 -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"
}