Files
iverilog/ivtest/vvp_tests/sv_function_statement_unit_precedence.json
T
Lars-Peter Clausen b3d0677d08 Add regression tests for task and function call lookup
Check that a closer variable, named event, or parameter hides a task or
function used as a statement. Also check object method lookup and recursive
function calls used as statements.

Check that a later compilation-unit task or function takes precedence over a
matching subroutine in an enclosing instance. Check that different instances
of the same module resolve task calls through their respective enclosing
instances. Check ordinary lexical ordering for a task-call receiver declared
before or after the reference.

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

6 lines
139 B
JSON

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