Skip to content

Commit

Permalink
Update upstream code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2020
1 parent 1ef83ea commit 2ccb0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yosys-src
Submodule yosys-src updated 55 files
+1 −1 Makefile
+134 −252 backends/verilog/verilog_backend.cc
+47 −17 frontends/ast/simplify.cc
+3 −1 frontends/verific/verific.cc
+46 −0 kernel/ff.h
+19 −24 kernel/ffinit.h
+3 −1 passes/equiv/equiv_induct.cc
+1 −0 passes/opt/Makefile.inc
+5 −5 passes/opt/opt.cc
+875 −0 passes/opt/opt_dff.cc
+10 −10 passes/opt/opt_expr.cc
+20 −18 passes/pmgen/ice40_dsp.cc
+66 −229 passes/pmgen/ice40_dsp.pmg
+71 −88 passes/pmgen/xilinx_dsp.cc
+48 −285 passes/pmgen/xilinx_dsp.pmg
+39 −283 passes/pmgen/xilinx_dsp48a.pmg
+18 −104 passes/pmgen/xilinx_dsp_CREG.pmg
+24 −101 passes/pmgen/xilinx_dsp_cascade.pmg
+159 −101 passes/sat/async2sync.cc
+3 −44 passes/sat/clk2fflogic.cc
+1 −0 passes/techmap/Makefile.inc
+107 −0 passes/techmap/dffunmap.cc
+1 −1 techlibs/greenpak4/synth_greenpak4.cc
+0 −1 techlibs/ice40/Makefile.inc
+0 −131 techlibs/ice40/ice40_ffssr.cc
+2 −2 techlibs/ice40/ice40_opt.cc
+4 −8 techlibs/ice40/synth_ice40.cc
+3 −3 techlibs/intel_alm/Makefile.inc
+2 −2 techlibs/intel_alm/common/bram_m10k.txt
+0 −31 techlibs/intel_alm/common/bram_m10k_map.v
+36 −1 techlibs/intel_alm/common/megafunction_bb.v
+34 −0 techlibs/intel_alm/common/mem_sim.v
+50 −1 techlibs/intel_alm/common/quartus_rename.v
+3 −2 techlibs/intel_alm/synth_intel_alm.cc
+13 −18 techlibs/xilinx/synth_xilinx.cc
+1 −1 tests/arch/ice40/fsm.ys
+6 −0 tests/arch/intel_alm/blockram.ys
+6 −6 tests/arch/intel_alm/mux.ys
+7 −9 tests/arch/xilinx/fsm.ys
+1 −2 tests/arch/xilinx/latches.ys
+14 −0 tests/opt/bug2311.ys
+101 −0 tests/opt/opt_dff_arst.ys
+45 −0 tests/opt/opt_dff_clk.ys
+49 −0 tests/opt/opt_dff_const.ys
+157 −0 tests/opt/opt_dff_en.ys
+86 −0 tests/opt/opt_dff_mux.ys
+56 −0 tests/opt/opt_dff_qd.ys
+304 −0 tests/opt/opt_dff_sr.ys
+113 −0 tests/opt/opt_dff_srst.ys
+1 −1 tests/opt/opt_rmdff.ys
+2 −2 tests/opt/opt_rmdff_sat.ys
+100 −0 tests/techmap/dffunmap.ys
+44 −0 tests/various/const_arg_loop.v
+1 −0 tests/various/const_arg_loop.ys
+35 −0 tests/various/equiv_opt_undef.ys

0 comments on commit 2ccb0f2

Please sign in to comment.