Update CHANGELOG and CODEOWNERS
authorMiodrag Milanovic <mmicko@gmail.com>
Wed, 1 Dec 2021 07:42:37 +0000 (08:42 +0100)
committerMiodrag Milanovic <mmicko@gmail.com>
Wed, 1 Dec 2021 07:42:37 +0000 (08:42 +0100)
CHANGELOG
CODEOWNERS

index 0891e7bcb24a730346203a714d1f101c4da10147..851d5dc305bb512f873d9143fe9b6b14c368ccd3 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,27 @@ List of major changes and improvements between releases
 Yosys 0.11 .. Yosys 0.11-dev
 --------------------------
 
+ * Various
+    - Added iopadmap native support for negative-polarity output enable
+    - ABC update
+
+ * SystemVerilog
+    - Support parameters using struct as a wiretype
+
+ * New commands and options
+    - Added "-genlib" option to "abc" pass
+    - Added "sta" very crude static timing analysis pass
+
+ * Verific support
+    - Fixed memory block size in import
+
+ * New back-ends
+    - Added support for GateMate FPGA from Cologne Chip AG
+
+ * Intel ALM support
+    - Added preliminary Arria V support
+
+
 Yosys 0.10 .. Yosys 0.11
 --------------------------
 
index 26d838bec63ead3f8dbd8aa3d81913a033405eac..19b660dff7b61f2a90f1e4c99a27eb62ff3b67f8 100644 (file)
@@ -32,6 +32,7 @@ frontends/ast/                 @zachjs
 
 techlibs/intel_alm/            @ZirconiumX
 techlibs/gowin/                @pepijndevos
+techlibs/gatemate/             @pu-cc
 
 # pyosys
 misc/*.py                      @btut