mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 21:50:54 +00:00
sv: fix always_comb auto nosync for nested and function blocks
This commit is contained in:
parent
957fdb328a
commit
bf15dbd0f7
4 changed files with 45 additions and 1 deletions
|
@ -5,6 +5,10 @@ List of major changes and improvements between releases
|
|||
Yosys 0.16 .. Yosys 0.16-dev
|
||||
--------------------------
|
||||
|
||||
* SystemVerilog
|
||||
- Fixed automatic `nosync` inference for local variables in `always_comb`
|
||||
procedures not applying to nested blocks and blocks in functions
|
||||
|
||||
Yosys 0.15 .. Yosys 0.16
|
||||
--------------------------
|
||||
* Various
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue