aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:06:15 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-05-09 10:06:15 +0200
commit72d2efeb3255e1d4fe72ca328feb225f97f2f152 (patch)
treed23ae28dd7d225da65bf7249c1d011aeb6a23558
parent65f70b9d507834601b6421e5782f2a8be0a938eb (diff)
downloadyosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.tar.gz
yosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.tar.bz2
yosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.zip
Update CHANGELOG
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a27adc5bf..d3e4d96a2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@ List of major changes and improvements between releases
Yosys 0.16 .. Yosys 0.16-dev
--------------------------
+ * New commands and options
+ - Added "write_jny" ( JSON netlist metadata format )
+ - Added "tribuf -formal"
* SystemVerilog
- Fixed automatic `nosync` inference for local variables in `always_comb`