diff options
author | Zachary Snow <zach@zachjs.com> | 2021-08-13 20:51:28 -0700 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2021-09-21 14:52:28 -0400 |
commit | d6fe6d4fb62be3bb5ec876f1f56356d757b65a41 (patch) | |
tree | 442c97fc61b18ed6ade75ad34417616ac2ae4baf /CHANGELOG | |
parent | 6b7267b849abf7688938e5e53ae7017e8588ff18 (diff) | |
download | yosys-d6fe6d4fb62be3bb5ec876f1f56356d757b65a41.tar.gz yosys-d6fe6d4fb62be3bb5ec876f1f56356d757b65a41.tar.bz2 yosys-d6fe6d4fb62be3bb5ec876f1f56356d757b65a41.zip |
sv: support wand and wor of data types
This enables the usage of declarations of wand or wor with a base type
of logic, integer, or a typename. Note that declarations of nets with
2-state base types is still permitted, in violation of the spec.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,7 @@ Yosys 0.9 .. Yosys 0.9-dev - Added "portlist" command - Added "check -mapped" - Added "check -allow-tbuf" - - Added "autoname" pass + - Added "autoname" pass - Added "write_verilog -extmem" - Added "opt_mem" pass - Added "scratchpad" pass @@ -94,6 +94,7 @@ Yosys 0.9 .. Yosys 0.9-dev - Added support for parsing the 'bind' construct - support declaration in procedural for initialization - support declaration in generate for initialization + - Support wand and wor of data types * Verific support - Added "verific -L" |