aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-13 08:22:22 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-13 08:22:22 -0700
commit9d34cea65af5b34ce0930fb892fca6742db898ab (patch)
treeef6ec5ce32e2059febca82b9843dc7d203e67bbd
parentc04482b07798cfcca3218cfafe0998eeb6a88f76 (diff)
downloadyosys-9d34cea65af5b34ce0930fb892fca6742db898ab.tar.gz
yosys-9d34cea65af5b34ce0930fb892fca6742db898ab.tar.bz2
yosys-9d34cea65af5b34ce0930fb892fca6742db898ab.zip
More accurate CHANGELOG
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6e3faa9ff..139f71672 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,7 +17,9 @@ Yosys 0.8 .. Yosys 0.8-dev
- Added "rename -src"
- Added "equiv_opt" pass
- Added "read_aiger" frontend
- - Added "abc9" pass (experimental, accessible using synth_xilinx -abc9 and synth_ice40 -abc9)
+ - Added "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs)
+ - Added "synth_xilinx -abc9" (experimental)
+ - Added "synth_ice40 -abc9" (experimental)
- "synth_xilinx" to now infer hard shift registers, using new "shregmap -tech xilinx"