diff options
author | Jannis Harder <me@jix.one> | 2022-05-31 15:56:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 15:56:36 +0200 |
commit | 01cb02c81df14762cce117a823af742ed044a5c4 (patch) | |
tree | e766145cefa1dc2acf65be28fc0f12e9d0c51e49 /CHANGELOG | |
parent | a79a228c2ba3259a1d8783f69990acd10e0efb5a (diff) | |
parent | a650d9079fa4732a6d118f2764d5abc2522a6b37 (diff) | |
download | yosys-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-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 -------------------------- |