diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 17:21:06 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-21 17:21:06 -0700 |
commit | e67e78e9ac97a17d96e94c9627c1a58228e6d756 (patch) | |
tree | e4950276fc9982000d23fa1d04094c170da68cb0 | |
parent | 588196c473f79cf2e221e86f1177d363a1849dcc (diff) | |
parent | ad296d77ab10266cd4b4df0779fbe7e5e0811c14 (diff) | |
download | yosys-e67e78e9ac97a17d96e94c9627c1a58228e6d756.tar.gz yosys-e67e78e9ac97a17d96e94c9627c1a58228e6d756.tar.bz2 yosys-e67e78e9ac97a17d96e94c9627c1a58228e6d756.zip |
Merge remote-tracking branch 'origin/xaig' into xc7mux
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ Yosys 0.8 .. Yosys 0.8-dev - Added "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs) - Added "synth_xilinx -abc9" (experimental) - Added "synth_ice40 -abc9" (experimental) + - Added "synth -abc9" (experimental) - Extended "muxcover -mux{4,8,16}=<cost>" - Fixed sign extension of unsized constants with 'bx and 'bz MSB - - Added "synth -abc9" (experimental) - Added "muxpack" pass - "synth_xilinx" to now infer wide multiplexers (-nomux to disable) |