diff options
author | Zachary Snow <zach@zachjs.com> | 2022-02-22 16:57:08 +0100 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2022-04-05 14:43:48 -0600 |
commit | bf15dbd0f7cac8cfb572e137b9332016d0cc483d (patch) | |
tree | 091c9d597ba8be61fa1ffae67cce214f2433f272 /CHANGELOG | |
parent | 957fdb328a2d9640ca4fb0787189eaded84efbd4 (diff) | |
download | yosys-bf15dbd0f7cac8cfb572e137b9332016d0cc483d.tar.gz yosys-bf15dbd0f7cac8cfb572e137b9332016d0cc483d.tar.bz2 yosys-bf15dbd0f7cac8cfb572e137b9332016d0cc483d.zip |
sv: fix always_comb auto nosync for nested and function blocks
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 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 |