diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-08-03 13:52:01 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-08-03 13:52:01 +0200 |
commit | a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc (patch) | |
tree | 2ce3ae150ac7b64f1926b23af8070329598799e5 /CHANGELOG | |
parent | 3f7042d1145b3204115251a091c75dd23d572eba (diff) | |
download | yosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.tar.gz yosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.tar.bz2 yosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.zip |
Update Changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ Yosys 0.19 .. Yosys 0.19-dev * Various - Added support for $modfloor operator to cxxrtl backend - Support build on OpenBSD + - Fixed smt2 backend use of $shift/$shiftx with negative shift amounts, + which affects bit/part-select assignments with a dynamic index. Shift + operators were not affected. + + * Verific support + - Proper import of port ranges into Yosys, may result in reversed + bit-order of top-level ports for some synthesis flows. Yosys 0.18 .. Yosys 0.19 -------------------------- |