aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-07 16:33:46 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-07 16:33:46 -0700
commit9962e6fc1a13d37ce475be935b5d0987e9720094 (patch)
treeae31070a7c6b1b8c469062a1aa95e485e8c6ee42
parent675c1d42182b871ff4706b992eb005ed9d3d6f02 (diff)
downloadyosys-9962e6fc1a13d37ce475be935b5d0987e9720094.tar.gz
yosys-9962e6fc1a13d37ce475be935b5d0987e9720094.tar.bz2
yosys-9962e6fc1a13d37ce475be935b5d0987e9720094.zip
Update CHANGELOG
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 638c36121..21fb8a3f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
--------------------------