diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 08:21:12 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-11 08:21:12 +0100 |
commit | 64972360a82dcce0c786c2f2e0c3c72cde76af5a (patch) | |
tree | 04f9fb6fe54b5119c0817720d92c12913bd107c8 /CHANGELOG | |
parent | 0feba821a8aeeea3f5b027df9badb320cb7dc5fa (diff) | |
download | yosys-64972360a82dcce0c786c2f2e0c3c72cde76af5a.tar.gz yosys-64972360a82dcce0c786c2f2e0c3c72cde76af5a.tar.bz2 yosys-64972360a82dcce0c786c2f2e0c3c72cde76af5a.zip |
Update CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 25 |
1 files changed, 19 insertions, 6 deletions
@@ -5,15 +5,12 @@ List of major changes and improvements between releases Yosys 0.12 .. Yosys 0.12-dev -------------------------- -Yosys 0.11 .. Yosys 0.12 --------------------------- - * Various - - Added iopadmap native support for negative-polarity output enable - - ABC update + - Use "read" command to parse HDL files from Yosys command-line + - Added "yosys -r <topmodule>" command line option + - write_verilog: dump zero width sigspecs correctly * SystemVerilog - - Support parameters using struct as a wiretype - Fixed regression preventing the use array querying functions in case expressions and case item expressions - Fixed static size casts inadvertently limiting the result width of binary @@ -25,6 +22,22 @@ Yosys 0.11 .. Yosys 0.12 latch inference * New commands and options + - Added "clean_zerowidth" pass + + * Verific support + - Add YOSYS to the implicitly defined verilog macros in verific + +Yosys 0.11 .. Yosys 0.12 +-------------------------- + + * 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 |