mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 03:43:19 +02:00
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]>
10 lines
239 B
JSON
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"
|
|
}
|
|
}
|