aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-09-20 10:28:20 +0200
committerClifford Wolf <clifford@clifford.at>2019-09-20 10:28:20 +0200
commitc072e00a393319f3ff338291798f52038eda11fe (patch)
tree05b79d04f8635c34c3be0a30badd5ef0532b4940
parent1f64b34c64eb4177139aab7b91bd6173c33923d1 (diff)
downloadyosys-c072e00a393319f3ff338291798f52038eda11fe.tar.gz
yosys-c072e00a393319f3ff338291798f52038eda11fe.tar.bz2
yosys-c072e00a393319f3ff338291798f52038eda11fe.zip
Update CHANGELOG
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2e73d5895..0adf1e813 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,8 @@ Yosys 0.9 .. Yosys 0.9-dev
- Removed "shregmap -tech xilinx" (superseded by "xilinx_srl")
- Added "_TECHMAP_WIREINIT_*_" attribute and "_TECHMAP_REMOVEINIT_*_" wire for "techmap" pass
- Added "-match-init" option to "dff2dffs" pass
+ - Added "techmap_autopurge" support to techmap
+ - Added "add -mod <modname[s]>"
Yosys 0.8 .. Yosys 0.9
----------------------