aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-08-03 13:52:01 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-08-03 13:52:01 +0200
commita07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc (patch)
tree2ce3ae150ac7b64f1926b23af8070329598799e5 /CHANGELOG
parent3f7042d1145b3204115251a091c75dd23d572eba (diff)
downloadyosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.tar.gz
yosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.tar.bz2
yosys-a07b06d5e7b3f5cd9b9c8a1b1a8e7718172c8bbc.zip
Update Changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 341c9957c..fde400117 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
--------------------------