Add CHANGELOG entry
authorEddie Hung <eddie@fpgeh.com>
Thu, 18 Jul 2019 21:21:04 +0000 (14:21 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 18 Jul 2019 21:21:04 +0000 (14:21 -0700)
CHANGELOG

index 44d83c1bf5073a83743e57875891426aaf8d2a1f..b475ae423880b3ef89fcdbf0b5dc4976fe2e7b72 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,9 @@ 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)
 
 
 Yosys 0.8 .. Yosys 0.8-dev