aboutsummaryrefslogtreecommitdiffstats
path: root/tests/simple/module_scope_func.v
Commit message (Collapse)AuthorAgeFilesLines
* verilog: Support module-scoped task/function callsZachary Snow2022-10-291-0/+45
This is primarily intended to enable the standard-permitted use of module-scoped identifiers to refer to tasks and non-constant functions. As a side-effect, this also adds support for the non-standard use of module-scoped identifiers referring to constant functions, a feature that is supported in some other tools, including Iverilog.