aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJannis Harder <me@jix.one>2022-05-31 15:56:36 +0200
committerGitHub <noreply@github.com>2022-05-31 15:56:36 +0200
commit01cb02c81df14762cce117a823af742ed044a5c4 (patch)
treee766145cefa1dc2acf65be28fc0f12e9d0c51e49 /CHANGELOG
parenta79a228c2ba3259a1d8783f69990acd10e0efb5a (diff)
parenta650d9079fa4732a6d118f2764d5abc2522a6b37 (diff)
downloadyosys-01cb02c81df14762cce117a823af742ed044a5c4.tar.gz
yosys-01cb02c81df14762cce117a823af742ed044a5c4.tar.bz2
yosys-01cb02c81df14762cce117a823af742ed044a5c4.zip
Merge pull request #3348 from zachjs/func-tern-hint
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
--------------------------