diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-29 19:39:12 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-29 19:39:12 -0700 |
commit | 1123c09588a6dd3964605de229c6bc4ac158b50e (patch) | |
tree | 6f6b950cfc30c4db0963a90fe065964489fa292b /CHANGELOG | |
parent | 18ebb86edbade4a94833dead59d69fddd980f5bd (diff) | |
parent | d5f0794a531b36976d2c4d181b1c3921b801bbfa (diff) | |
download | yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.tar.gz yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.tar.bz2 yosys-1123c09588a6dd3964605de229c6bc4ac158b50e.zip |
Merge remote-tracking branch 'origin/master' into xaig_dff
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -43,6 +43,12 @@ Yosys 0.9 .. Yosys 0.9-dev - Added "-match-init" option to "dff2dffs" pass - Added "techmap_autopurge" support to techmap - Added "add -mod <modname[s]>" + - 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 ---------------------- |