diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-06-25 17:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-25 17:21:59 +0200 |
commit | e754bce047df931cef441d7ff50cb5ec13136ac3 (patch) | |
tree | a7fab13772c02df7db3167c360fe29670493c51d /CHANGELOG | |
parent | e32cef4063316e4f12030841a0682abbb948e20b (diff) | |
parent | 4ddc0354c1cc61f2e2b3f15cc341fd277c710e89 (diff) | |
download | yosys-e754bce047df931cef441d7ff50cb5ec13136ac3.tar.gz yosys-e754bce047df931cef441d7ff50cb5ec13136ac3.tar.bz2 yosys-e754bce047df931cef441d7ff50cb5ec13136ac3.zip |
Merge pull request #1075 from YosysHQ/eddie/muxpack
Add new "muxpack" command for packing chains of $mux cells
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Yosys 0.8 .. Yosys 0.8-dev - Added "muxcover -mux{4,8,16}=<cost>" - Added "muxcover -dmux=<cost>" - Added "muxcover -nopartial" + - Added "muxpack" pass - "synth_xilinx" to now infer hard shift registers, using new "shregmap -tech xilinx" - Fixed sign extension of unsized constants with 'bx and 'bz MSB |