3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-03 08:38:07 +00:00
This commit is contained in:
Zachary Snow 2025-05-28 14:44:19 +00:00 committed by GitHub
commit bf1f01a6e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 84 additions and 10 deletions

View file

@ -4,6 +4,11 @@ List of major changes and improvements between releases
Yosys 0.53 .. Yosys 0.54-dev
--------------------------
* Verilog
- Fixed an issue that prevented using `{<expr>}` or `$unsigned(<expr>)` for
certain signed expressions in port connections
- Fixed an issue that prevented writing to a memory word via a concatenation
in an output port connection
Yosys 0.52 .. Yosys 0.53
--------------------------