aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-20 10:18:01 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-20 10:18:01 -0700
commitf374e0ab7e9a91fa86814b0f750660e92ed16ae6 (patch)
treeae525a0ffa0e9588c833cf864f1eea62436afa4f /CHANGELOG
parent4e8f0fbce84db96f8cd3d4e1594b30cbc8ec1020 (diff)
parent477e566e8d203ec7754c90fc845d7f3f759f2974 (diff)
downloadyosys-f374e0ab7e9a91fa86814b0f750660e92ed16ae6.tar.gz
yosys-f374e0ab7e9a91fa86814b0f750660e92ed16ae6.tar.bz2
yosys-f374e0ab7e9a91fa86814b0f750660e92ed16ae6.zip
Merge remote-tracking branch 'origin/master' into xc7mux
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 13cfb812b..b9582fd63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,11 +18,12 @@ Yosys 0.8 .. Yosys 0.8-dev
- Added "equiv_opt" pass
- Added "read_aiger" frontend
- Added "shregmap -tech xilinx"
+ - "synth_xilinx" to now infer hard shift registers (-nosrl to disable)
- Added "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs)
- Added "synth_xilinx -abc9" (experimental)
- Added "synth_ice40 -abc9" (experimental)
+ - Extended "muxcover -mux{4,8,16}=<cost>"
- Added "synth -abc9" (experimental)
- - "synth_xilinx" to now infer hard shift registers (-nosrl to disable)
- "synth_xilinx" to now infer wide multiplexers (-nomux to disable)