diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-27 11:48:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 11:48:48 -0700 |
commit | 6c210e58130211d4aee6c61437cad920a7666710 (patch) | |
tree | a6acdc602209e7fef80ee429bcda15a61c2703f7 /CHANGELOG | |
parent | 760819e10d1866ef4590f2fbaf20eed36cd7925d (diff) | |
parent | 18acb72c05d270e2224ce55919cfb0524efb5757 (diff) | |
download | yosys-6c210e58130211d4aee6c61437cad920a7666710.tar.gz yosys-6c210e58130211d4aee6c61437cad920a7666710.tar.bz2 yosys-6c210e58130211d4aee6c61437cad920a7666710.zip |
Merge pull request #1143 from YosysHQ/clifford/fix1135
Add "pmux2shiftx -norange"
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Yosys 0.8 .. Yosys 0.8-dev - Added "muxcover -dmux=<cost>" - Added "muxcover -nopartial" - Added "muxpack" pass + - Added "pmux2shiftx -norange" - "synth_xilinx" to now infer hard shift registers, using new "shregmap -tech xilinx" - Fixed sign extension of unsized constants with 'bx and 'bz MSB |