diff options
author | Marcin KoĆcielnicki <koriakin@0x04.net> | 2019-08-13 18:05:49 +0000 |
---|---|---|
committer | Marcin KoĆcielnicki <koriakin@0x04.net> | 2019-08-13 18:05:49 +0000 |
commit | 49765ec19ea63bff5f04e28e5729d5852a2f8287 (patch) | |
tree | 46b0c8b11c8d2c9f081fa3cac7057b7a9ef8ed08 /CHANGELOG | |
parent | c6d5b97b98e6edc395ee14ad60430f7ebc264f01 (diff) | |
download | yosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.tar.gz yosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.tar.bz2 yosys-49765ec19ea63bff5f04e28e5729d5852a2f8287.zip |
minor review fixes
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 -------------------------- |