Files
iverilog/ivtest/vvp_tests/sv_class_nested_method_call.json
T
Lars-Peter Clausen f493076882 Add regression test for nested class method calls
Check that an unqualified method call from a named block uses the implicit
`this` signal from the containing class method. The compiler currently looks
for the signal in the named-block scope and crashes.

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

10 lines
239 B
JSON

{
"type" : "normal",
"source" : "sv_class_nested_method_call.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "Classes are not supported",
"type" : "CE"
}
}