Files
iverilog/ivtest/vvp_tests/sv_unit_order_variable_fail.json
T
Lars-Peter Clausen c71709d75d Add regression tests for $unit:: reference order
Check separately that `$unit::` references to a variable, named event, and
parameter declared later in the compilation unit are rejected.

Also check that preceding compilation-unit items remain visible and that a
later function name remains visible as permitted by the LRM section 3.12.1
exception.

Signed-off-by: Lars-Peter Clausen <[email protected]>
2026-08-05 20:45:43 -07:00

6 lines
125 B
JSON

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