diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-22 07:46:06 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-22 07:46:06 -0700 |
commit | 280288a62abb97b4ffe8e3bc56896811f291bab5 (patch) | |
tree | 8e3d3b38b9c6ef9a37784c599ac87c798e3e602f /CHANGELOG | |
parent | 43616e1414ed3d98b44c4a55f4d08e2d10664aa1 (diff) | |
download | yosys-280288a62abb97b4ffe8e3bc56896811f291bab5.tar.gz yosys-280288a62abb97b4ffe8e3bc56896811f291bab5.tar.bz2 yosys-280288a62abb97b4ffe8e3bc56896811f291bab5.zip |
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,9 +14,10 @@ Yosys 0.9 .. Yosys 0.9-dev - Added "synth -abc9" (experimental) - Added "script -scriptwire - "synth_xilinx" to now infer wide multiplexers (-widemux <min> to enable) - - Renamed labels/options in synth_ice40 (e.g. map_dram -> map_lutram; -nodram -> -nolutram) - - Renamed labels/options in synth_ecp5 (e.g. map_dram -> map_lutram; -nodram -> -nolutram) - - Renamed labels/options in synth_xilinx (e.g. map_dram -> map_lutram; -nodram -> -nolutram) + - Renamed labels/options in synth_ice40 (e.g. dram -> map_lutram; -nodram -> -nolutram) + - Renamed labels/options in synth_ecp5 (e.g. dram -> map_lutram; -nodram -> -nolutram) + - Renamed labels in synth_intel (e.g. bram -> map_bram) + - Renamed labels/options in synth_xilinx (e.g. dram -> map_lutram; -nodram -> -nolutram) Yosys 0.8 .. Yosys 0.8-dev |