aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorZachary Snow <zach@zachjs.com>2022-10-29 15:14:11 -0400
committerZachary Snow <zach@zachjs.com>2022-10-29 15:14:11 -0400
commit71e7e09092dc262b7cddbfc99e1b92e81ac58f21 (patch)
treef487fbfb87a81cd2ab8616db883078a91c50504c /CHANGELOG
parent31c15e5fa60b8cb47e7785fc420d90e860708034 (diff)
downloadyosys-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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bb55c0c59..fab1519b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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