diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,8 +2,18 @@ List of major changes and improvements between releases ======================================================= -Yosys 0.24 .. Yosys 0.24-dev +Yosys 0.25 .. Yosys 0.25-dev -------------------------- + * Various + - GCC 4.8 is deprecated, compiler with full C++11 support is required. + +Yosys 0.24 .. Yosys 0.25 +-------------------------- + * Verific support + - Respect "noblackbox" attribute for modules. + + * Various + - Documentation is hosted at https://yosyshq.readthedocs.io/projects/yosys/en/latest/ Yosys 0.23 .. Yosys 0.24 -------------------------- |