diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-09-20 10:28:20 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-09-20 10:28:20 +0200 |
commit | c072e00a393319f3ff338291798f52038eda11fe (patch) | |
tree | 05b79d04f8635c34c3be0a30badd5ef0532b4940 | |
parent | 1f64b34c64eb4177139aab7b91bd6173c33923d1 (diff) | |
download | yosys-c072e00a393319f3ff338291798f52038eda11fe.tar.gz yosys-c072e00a393319f3ff338291798f52038eda11fe.tar.bz2 yosys-c072e00a393319f3ff338291798f52038eda11fe.zip |
Update CHANGELOG
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ---------------------- |