diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-05-09 10:06:15 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-05-09 10:06:15 +0200 |
commit | 72d2efeb3255e1d4fe72ca328feb225f97f2f152 (patch) | |
tree | d23ae28dd7d225da65bf7249c1d011aeb6a23558 | |
parent | 65f70b9d507834601b6421e5782f2a8be0a938eb (diff) | |
download | yosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.tar.gz yosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.tar.bz2 yosys-72d2efeb3255e1d4fe72ca328feb225f97f2f152.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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` |