diff options
author | Zachary Snow <zach@zachjs.com> | 2022-10-29 15:14:11 -0400 |
---|---|---|
committer | Zachary Snow <zach@zachjs.com> | 2022-10-29 15:14:11 -0400 |
commit | 71e7e09092dc262b7cddbfc99e1b92e81ac58f21 (patch) | |
tree | f487fbfb87a81cd2ab8616db883078a91c50504c /CHANGELOG | |
parent | 31c15e5fa60b8cb47e7785fc420d90e860708034 (diff) | |
download | yosys-71e7e09092dc262b7cddbfc99e1b92e81ac58f21.tar.gz yosys-71e7e09092dc262b7cddbfc99e1b92e81ac58f21.tar.bz2 yosys-71e7e09092dc262b7cddbfc99e1b92e81ac58f21.zip |
verilog: Support module-scoped task/function calls
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Yosys 0.22 .. Yosys 0.22-dev Setting it to 1 causes abort() to be called when Yosys terminates with an error message. + * Verilog + - Support for module-scoped identifiers referring to tasks and functions. + Yosys 0.21 .. Yosys 0.22 -------------------------- * Verific support |