mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-01 12:07:51 +00:00
verilog: indirect AST_CONCAT and AST_TO_UNSIGNED port connections
- AST_CONCAT and AST_TO_UNSIGNED are always unsigned, but may generate RTLIL that exclusively reference a signed wire. - AST_CONCAT may also contain a memory write.
This commit is contained in:
parent
55595b6c8d
commit
73cf658996
6 changed files with 72 additions and 9 deletions
|
|
@ -4,6 +4,11 @@ List of major changes and improvements between releases
|
|||
|
||||
Yosys 0.50 .. Yosys 0.51-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.49 .. Yosys 0.50
|
||||
--------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue