aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorZachary Snow <zach@zachjs.com>2022-05-30 16:45:39 -0400
committerZachary Snow <zach@zachjs.com>2022-05-30 16:45:39 -0400
commita650d9079fa4732a6d118f2764d5abc2522a6b37 (patch)
tree5d4e92924a37dd9f358692d98180e43d71d6d95c /CHANGELOG
parentcea7e85d607304faf36779757df14b4445fe1cfe (diff)
downloadyosys-a650d9079fa4732a6d118f2764d5abc2522a6b37.tar.gz
yosys-a650d9079fa4732a6d118f2764d5abc2522a6b37.tar.bz2
yosys-a650d9079fa4732a6d118f2764d5abc2522a6b37.zip
verilog: fix width/sign detection for functions
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4ee364a57..60e53aa6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,8 @@ Yosys 0.17 .. Yosys 0.17-dev
the remaining cases
- Fixed size and signedness computation for expressions containing array
querying functions
+ - Fixed size and signedness computation of functions used in ternary
+ expressions or case item expressions
Yosys 0.16 .. Yosys 0.17
--------------------------