diff options
author | Zachary Snow <zach@zachjs.com> | 2021-12-30 00:01:30 -0700 |
---|---|---|
committer | Zachary Snow <zachary.j.snow@gmail.com> | 2022-01-03 08:17:35 -0700 |
commit | 8c509a5659d540dc41f6cc19ee6989fc249f519d (patch) | |
tree | 95269bdb728345b781ed31c081bd35ed00462cec /CHANGELOG | |
parent | cb17eeaf5008a87384b3888dc34993928daba918 (diff) | |
download | yosys-8c509a5659d540dc41f6cc19ee6989fc249f519d.tar.gz yosys-8c509a5659d540dc41f6cc19ee6989fc249f519d.tar.bz2 yosys-8c509a5659d540dc41f6cc19ee6989fc249f519d.zip |
sv: fix size cast clipping expression width
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ Yosys 0.11 .. Yosys 0.12 - Support parameters using struct as a wiretype - Fixed regression preventing the use array querying functions in case expressions and case item expressions + - Fixed static size casts inadvertently limiting the result width of binary + operations * New commands and options - Added "-genlib" option to "abc" pass |