diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-07 16:33:46 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-07 16:33:46 -0700 |
commit | 9962e6fc1a13d37ce475be935b5d0987e9720094 (patch) | |
tree | ae31070a7c6b1b8c469062a1aa95e485e8c6ee42 | |
parent | 675c1d42182b871ff4706b992eb005ed9d3d6f02 (diff) | |
download | yosys-9962e6fc1a13d37ce475be935b5d0987e9720094.tar.gz yosys-9962e6fc1a13d37ce475be935b5d0987e9720094.tar.bz2 yosys-9962e6fc1a13d37ce475be935b5d0987e9720094.zip |
Update CHANGELOG
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Yosys 0.9 .. Yosys 0.9-dev - Added automatic gzip compression (based on filename extension) for backends - Improve attribute and parameter encoding in JSON to avoid ambiguities between bit vectors and strings containing [01xz]* + - Added "ice40_wrapcarry" to encapsulate SB_LUT+SB_CARRY pairs for techmapping + - Removed "ice40_unlut" Yosys 0.8 .. Yosys 0.8-dev -------------------------- |