aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorZachary Snow <zach@zachjs.com>2022-01-05 23:33:08 -0700
committerZachary Snow <zachary.j.snow@gmail.com>2022-01-07 21:21:02 -0700
commit828e85068f8dd52a508e4cbb84deea0e621aa038 (patch)
tree76b0563d045c07a894f3baa1454d256b0e895c6e /CHANGELOG
parent59a71503448401d2476cf0872808e0a99c3a4d81 (diff)
downloadyosys-828e85068f8dd52a508e4cbb84deea0e621aa038.tar.gz
yosys-828e85068f8dd52a508e4cbb84deea0e621aa038.tar.bz2
yosys-828e85068f8dd52a508e4cbb84deea0e621aa038.zip
sv: fix size cast internal expression extension
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9402f9bbb..cd6c1ed26 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,8 @@ Yosys 0.11 .. Yosys 0.12
expressions and case item expressions
- Fixed static size casts inadvertently limiting the result width of binary
operations
+ - Fixed static size casts ignoring expression signedness
+ - Fixed static size casts not extending unbased unsized literals
* New commands and options
- Added "-genlib" option to "abc" pass