diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-18 14:21:04 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-18 14:21:04 -0700 |
commit | 4b71e6c42155d3359e0cca8529c12799209cf808 (patch) | |
tree | aba2379843ff93efe8397666618a544d49454be1 /CHANGELOG | |
parent | b97fe6e86651b3a4736c46a49d76878beb088a8c (diff) | |
download | yosys-4b71e6c42155d3359e0cca8529c12799209cf808.tar.gz yosys-4b71e6c42155d3359e0cca8529c12799209cf808.tar.bz2 yosys-4b71e6c42155d3359e0cca8529c12799209cf808.zip |
Add CHANGELOG entry
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |