mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-07 03:43:19 +02:00
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]>
10 lines
247 B
JSON
10 lines
247 B
JSON
{
|
|
"type" : "normal",
|
|
"source" : "sv_function_statement_recursive.v",
|
|
"iverilog-args" : [ "-g2005-sv" ],
|
|
"vlog95" : {
|
|
"__comment" : "Automatic functions are not supported",
|
|
"type" : "CE"
|
|
}
|
|
}
|