Merge remote-tracking branch 'origin/master' into xc7mux
authorEddie Hung <eddie@fpgeh.com>
Thu, 20 Jun 2019 17:18:01 +0000 (10:18 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 20 Jun 2019 17:18:01 +0000 (10:18 -0700)
1  2 
CHANGELOG
backends/aiger/aiger.cc
kernel/rtlil.cc

diff --cc CHANGELOG
index 13cfb812b7204ec0ece9cb6e3aadc25698272818,4c38f6e6e917a5b6e01b6dbeff74cd6d3c8f8fd0..b9582fd63140fac8a6b4da6dbe8d93ab0290ec12
+++ b/CHANGELOG
@@@ -17,13 -17,8 +17,14 @@@ Yosys 0.8 .. Yosys 0.8-de
      - Added "rename -src"
      - Added "equiv_opt" pass
      - Added "read_aiger" frontend
 -    - "synth_xilinx" to now infer hard shift registers, using new "shregmap -tech xilinx"
 +    - Added "shregmap -tech xilinx"
++    - "synth_xilinx" to now infer hard shift registers (-nosrl to disable)
 +    - Added "abc9" pass for timing-aware techmapping (experimental, FPGA only, no FFs)
 +    - Added "synth_xilinx -abc9" (experimental)
 +    - Added "synth_ice40 -abc9" (experimental)
+     - Extended "muxcover -mux{4,8,16}=<cost>"
-     - "synth_xilinx" to now infer hard shift registers (-nosrl to disable)
 +    - Added "synth -abc9" (experimental)
 +    - "synth_xilinx" to now infer wide multiplexers (-nomux to disable)
  
  
  Yosys 0.7 .. Yosys 0.8
Simple merge
diff --cc kernel/rtlil.cc
Simple merge