diff options
author | Zachary Snow <zach@zachjs.com> | 2022-01-05 23:33:08 -0700 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2022-01-07 21:21:02 -0700 |
commit | 828e85068f8dd52a508e4cbb84deea0e621aa038 (patch) | |
tree | 76b0563d045c07a894f3baa1454d256b0e895c6e /CHANGELOG | |
parent | 59a71503448401d2476cf0872808e0a99c3a4d81 (diff) | |
download | yosys-828e85068f8dd52a508e4cbb84deea0e621aa038.tar.gz yosys-828e85068f8dd52a508e4cbb84deea0e621aa038.tar.bz2 yosys-828e85068f8dd52a508e4cbb84deea0e621aa038.zip |
sv: fix size cast internal expression extension
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |