From: Eddie Hung Date: Fri, 20 Sep 2019 19:21:36 +0000 (-0700) Subject: Merge remote-tracking branch 'origin/master' into xc7dsp X-Git-Tag: working-ls180~1039^2~50 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fb839e2555755d29cb8304af9a9cc10d1f5e5ef;p=yosys.git Merge remote-tracking branch 'origin/master' into xc7dsp --- 3fb839e2555755d29cb8304af9a9cc10d1f5e5ef diff --cc CHANGELOG index c30f45b37,0adf1e813..481f33a6c --- a/CHANGELOG +++ b/CHANGELOG @@@ -41,12 -41,8 +41,14 @@@ Yosys 0.9 .. Yosys 0.9-de - Removed "shregmap -tech xilinx" (superseded by "xilinx_srl") - Added "_TECHMAP_WIREINIT_*_" attribute and "_TECHMAP_REMOVEINIT_*_" wire for "techmap" pass - Added "-match-init" option to "dff2dffs" pass + - Added "techmap_autopurge" support to techmap + - Added "add -mod " + - Added +/mul2dsp.v for decomposing wide multipliers to custom-sized ones + - Added "ice40_dsp" for Lattice iCE40 DSP packing + - Added "xilinx_dsp" for Xilinx DSP packing + - "synth_xilinx" to now infer DSP blocks (-nodsp to disable) + - "synth_ecp5" to now infer DSP blocks (-nodsp to disable, experimental) + - "synth_ice40 -dsp" to infer DSP blocks Yosys 0.8 .. Yosys 0.9 ----------------------