Files
iverilog/ivtest/vvp_tests
Lars-Peter Clausen 21bfe06b33 Add tests for named type expression lookup
Check that lookup chooses the nearest visible type or value when an
identifier can denote either. Cover lexical ordering, inherited properties,
and a bracket suffix that must remain a value select after lookup.

Check typed expression and l-value contexts where a type must be rejected
instead of binding an outer value. Check that a hierarchical type reference
is rejected with the type-specific diagnostic.

Check that probing an invalid hierarchical type parameter does not elaborate
its signal prefix and report a false circular dependency.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-08-16 17:19:54 -07:00
..
2026-04-29 20:59:19 -07:00
2026-02-19 23:46:15 -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"
}