aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2019-08-13 18:05:49 +0000
committerMarcin Koƛcielnicki <koriakin@0x04.net>2019-08-13 18:05:49 +0000
commit49765ec19ea63bff5f04e28e5729d5852a2f8287 (patch)
tree46b0c8b11c8d2c9f081fa3cac7057b7a9ef8ed08 /CHANGELOG
parentc6d5b97b98e6edc395ee14ad60430f7ebc264f01 (diff)
downloadyosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.tar.gz
yosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.tar.bz2
yosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.zip
minor review fixes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 56e5c9017..bd4cd1b1b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -20,8 +20,10 @@ Yosys 0.9 .. Yosys 0.9-dev
- Improve attribute and parameter encoding in JSON to avoid ambiguities between
bit vectors and strings containing [01xz]*
- Added "clkbufmap" pass
- - Added "synth_xilinx -ise" for Spartan 6 (experimental)
- - "synth_xilinx" now automatically inserts clock buffers
+ - Added "synth_xilinx -family xc6s" for Spartan 6 support (experimental)
+ - Added "synth_xilinx -ise" (experimental)
+ - Added "synth_xilinx -iopad"
+ - "synth_xilinx" now automatically inserts clock buffers (add -noclkbuf to disable)
Yosys 0.8 .. Yosys 0.8-dev
--------------------------