aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-22 07:46:06 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-22 07:46:06 -0700
commit280288a62abb97b4ffe8e3bc56896811f291bab5 (patch)
tree8e3d3b38b9c6ef9a37784c599ac87c798e3e602f /CHANGELOG
parent43616e1414ed3d98b44c4a55f4d08e2d10664aa1 (diff)
downloadyosys-280288a62abb97b4ffe8e3bc56896811f291bab5.tar.gz
yosys-280288a62abb97b4ffe8e3bc56896811f291bab5.tar.bz2
yosys-280288a62abb97b4ffe8e3bc56896811f291bab5.zip
Update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b475ae423..b82a62495 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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