aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-11-07 12:13:19 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2022-11-07 12:13:19 +0100
commit9470ef9efebc1041c5cbbcb2c5fdf0e9125b6014 (patch)
tree5e1e7698f2e11a52e21737b656e27bfaf10947aa /CHANGELOG
parent14aa485176e11e4095717613c5a958ac1c1f4a45 (diff)
downloadyosys-9470ef9efebc1041c5cbbcb2c5fdf0e9125b6014.tar.gz
yosys-9470ef9efebc1041c5cbbcb2c5fdf0e9125b6014.tar.bz2
yosys-9470ef9efebc1041c5cbbcb2c5fdf0e9125b6014.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bb55c0c59..47bc7c2b9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,18 @@ List of major changes and improvements between releases
Yosys 0.22 .. Yosys 0.22-dev
--------------------------
+ * New commands and options
+ - Added option "-cross" to "miter" pass.
+ - Added option "-nocheck" to "equiv_opt" pass.
+
+ * Verific support
+ - Added support for reading Liberty files using Verific library.
+ (Optinally enabled with ENABLE_VERIFIC_LIBERTY)
+ - Added option "-cells" to "verific -import" enabling import of
+ all cells from verific design.
+
* Various
+ - MinGW build (Windows) plugin support
- Added YOSYS_ABORT_ON_LOG_ERROR environment variable for debugging.
Setting it to 1 causes abort() to be called when Yosys terminates with an
error message.