12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
|
|
|
||
|
|
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"
|
||
|
|
}
|