Files
iverilog/ivtest/vvp_tests
..
2023-04-14 11:08:08 +02:00
2023-07-28 23:51:02 -07:00
2023-12-10 20:06:46 -08:00

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"
}