diff options
author | Zachary Snow <zach@zachjs.com> | 2022-01-11 23:51:08 -0700 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2022-02-11 21:01:51 +0100 |
commit | 90bb47d18140e381e65bd2b51fd793a0692b56a0 (patch) | |
tree | a9dd99b1a9a28640fd2777d5fb38aa89bd2a30d2 /CHANGELOG | |
parent | ca876e7c12856ed52e2a30e3ebbc7836ae18dfb9 (diff) | |
download | yosys-90bb47d18140e381e65bd2b51fd793a0692b56a0.tar.gz yosys-90bb47d18140e381e65bd2b51fd793a0692b56a0.tar.bz2 yosys-90bb47d18140e381e65bd2b51fd793a0692b56a0.zip |
verilog: fix const func eval with upto variables
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.14 .. Yosys 0.14-dev -------------------------- + * Verilog + - Fixed evaluation of constant functions with variables or arguments with + reversed dimensions + Yosys 0.13 .. Yosys 0.14 -------------------------- |