3
0
Fork 0
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:
Zachary Snow 2022-02-22 16:57:08 +01:00 committed by Zachary Snow
parent 957fdb328a
commit bf15dbd0f7
4 changed files with 45 additions and 1 deletions

View file

@ -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