diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-08 07:58:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-08 07:58:11 -0700 |
commit | 61d7f1997ba7e3098acc25694accdd0ff25b8ab1 (patch) | |
tree | 9f61784ace2ff54c0f6cd3705804f13af41f964c /CHANGELOG | |
parent | 3414ee1e3fe37d4bf383621542828d4fc8fc987f (diff) | |
parent | 8bf45f34c4d7143c58acde2544603cde443ad142 (diff) | |
download | yosys-61d7f1997ba7e3098acc25694accdd0ff25b8ab1.tar.gz yosys-61d7f1997ba7e3098acc25694accdd0ff25b8ab1.tar.bz2 yosys-61d7f1997ba7e3098acc25694accdd0ff25b8ab1.zip |
Merge pull request #1266 from YosysHQ/eddie/ice40_full_adder
Wrap SB_LUT+SB_CARRY into $__ICE40_CARRY_WRAPPER
Diffstat (limited to '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 -------------------------- |