diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:07:48 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-07 17:07:48 +0100 |
commit | 9647f6326f0b2e14c9173d977360333757c68a13 (patch) | |
tree | a2fc6abd8e799ad220481ffba65adfecd25b4658 /CHANGELOG | |
parent | d7f7227ce8edc4e4e81f8885a26e40abf474e7a4 (diff) | |
download | yosys-9647f6326f0b2e14c9173d977360333757c68a13.tar.gz yosys-9647f6326f0b2e14c9173d977360333757c68a13.tar.bz2 yosys-9647f6326f0b2e14c9173d977360333757c68a13.zip |
Update CHANGELOG and manual
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ List of major changes and improvements between releases Yosys 0.13 .. Yosys 0.13-dev -------------------------- + * Various + - Added $bmux and $demux cells and related optimization patterns. + + * New commands and options + - Added "bmuxmap" and "dmuxmap" passes + - Added "-fst" option to "sim" pass for writing FST files + - Added "-r", "-scope", "-start", "-stop", "-at", "-sim", "-sim-gate", + "-sim-gold" options to "sim" pass for co-simulation + + * Anlogic support + - Added support for BRAMs + Yosys 0.12 .. Yosys 0.13 -------------------------- |