Files
iverilog/ivtest/vvp_tests/sv_unit_nested_scope_instance_name.json
T
Lars-Peter Clausen e5f2975a97 Add regression tests for compilation-unit lookup order
Check that same-named scopes in the enclosing instance hierarchy do not
interfere with lookup of compilation-unit variables, parameters, named events,
and imported variables. Cover expressions, procedural l-values, implicit and
wildcard port connections, and lookup from module and nested function scopes.

Check task and function calls, including method receivers and chained calls.
Verify that receiver prefixes follow ordinary lexical ordering while direct,
imported, and chained compilation-unit function names can be declared after
their references. Check the enclosing-instance fallback when the compilation
unit has no match.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-08-16 08:15:31 -07:00

6 lines
136 B
JSON

{
"type" : "normal",
"source" : "sv_unit_nested_scope_instance_name.v",
"iverilog-args" : [ "-g2005-sv" ]
}