aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dcb88d6fe..d6d2c4990 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,9 +2,17 @@
List of major changes and improvements between releases
=======================================================
-Yosys 0.14 .. Yosys 0.14-dev
+Yosys 0.15 .. Yosys 0.15-dev
--------------------------
+Yosys 0.14 .. Yosys 0.15
+--------------------------
+
+ * Various
+ - clk2fflogic: nice names for autogenerated signals
+ - simulation include support for all flip-flop types.
+ - Added AIGER witness file co-simulation.
+
* Verilog
- Fixed evaluation of constant functions with variables or arguments with
reversed dimensions
@@ -14,6 +22,13 @@ Yosys 0.14 .. Yosys 0.14-dev
* SystemVerilog
- Added support for accessing whole sub-structures in expressions
+
+ * New commands and options
+ - Added glift command, used to create gate-level information flow tracking
+ (GLIFT) models by the "constructive mapping" approach
+
+ * Verific support
+ - Ability to override default parser mode for verific -f command.
Yosys 0.13 .. Yosys 0.14
--------------------------