Commit 1085222
2 files changed
+2
-2
lines changed- default.nix+6
- etc/DependencyInstaller.sh+1-2
- src/cts/src/Clustering.cpp+16-5
- src/cts/src/Clustering.h+3-1
- src/cts/test/cts_unittest.cc+46
- src/dbSta/include/db_sta/dbNetwork.hh+4
- src/dbSta/src/dbNetwork.cc+56-5
- src/dbSta/test/cpp/TestHconn.cpp+25
- src/drt/CMakeLists.txt+2-3
- src/drt/include/triton_route/TritonRoute.h+7-12
- src/drt/src/GraphicsFactory.h+1-1
- src/drt/src/TritonRoute.cpp+40-20
- src/drt/src/TritonRoute.i+10-4
- src/drt/src/distributed/RoutingCallBack.h+4-4
- src/drt/src/dr/FlexDR.cpp+7-5
- src/drt/src/dr/FlexDR_graphics.cpp-1
- src/drt/test/drt_aux.py+2
- src/gpl/CMakeLists.txt+3
- src/gpl/README.md+9
- src/gpl/include/gpl/Replace.h+5
- src/gpl/src/graphics.cpp+9-7
- src/gpl/src/nesterovBase.cpp+133-76
- src/gpl/src/nesterovBase.h+11-8
- src/gpl/src/replace.cpp+7-1
- src/gpl/src/replace.i+10
- src/gpl/src/replace.tcl+38
- src/gpl/test/CMakeLists.txt+1
- src/gpl/test/cluster_place01.def+1
- src/gpl/test/cluster_place01.defok+963
- src/gpl/test/cluster_place01.ok+62
- src/gpl/test/cluster_place01.tcl+14
- src/grt/CMakeLists.txt+2
- src/gui/README.md+22
- src/gui/include/gui/gui.h+6
- src/gui/src/chartsWidget.cpp+427-307
- src/gui/src/chartsWidget.h+87-53
- src/gui/src/gui.cpp+24-8
- src/gui/src/gui.i+9
- src/gui/src/gui.tcl+30
- src/mpl/src/clusterEngine.cpp-5
- src/mpl/src/clusterEngine.h-1
- src/mpl/src/hier_rtlmp.cpp+29-11
- src/mpl/src/hier_rtlmp.h-4
- src/odb/include/odb/db.h+6-2
- src/odb/src/codeGenerator/schema/chip/dbModInst.json+1-1
- src/odb/src/codeGenerator/schema/chip/dbModNet.json+1-1
- src/odb/src/codeGenerator/schema/chip/dbModule.json+1-1
- src/odb/src/db/dbBTerm.cpp+99-97
- src/odb/src/db/dbITerm.cpp+69-76
- src/odb/src/db/dbJournal.cpp+435-11
- src/odb/src/db/dbModBTerm.cpp+24
- src/odb/src/db/dbModITerm.cpp+22-1
- src/odb/src/db/dbModInst.cpp+40-12
- src/odb/src/db/dbModNet.cpp+21
- src/odb/src/db/dbModule.cpp+33-2
- src/odb/test/cpp/TestModule.cpp+34-3
- src/rsz/test/clone_hier.ok+35-30
- src/rsz/test/clone_hier.tcl+2
- src/rsz/test/clone_hier_out.vok+29-19
- CHANGELOG+17
- CONTRIBUTING.md+73
- Makefile+44-11
- abc+1-1
- backends/functional/smtlib_rosette.cc+18-9
- docs/source/code_examples/functional/dummy.cc+44
- docs/source/conf.py+1-1
- docs/source/yosys_internals/extending_yosys/contributing.rst+8
- docs/source/yosys_internals/extending_yosys/functional_ir.rst+499-69
- frontends/ast/dpicall.cc+6-5
- frontends/liberty/liberty.cc+2-2
- kernel/rtlil.h+13
- kernel/yosys.cc+6-2
- libs/fst/00_PATCH_wx_len_overread.patch+10
- libs/fst/00_UPDATE.sh+1
- libs/fst/fstapi.cc+5-2
- passes/cmds/Makefile.inc+1
- passes/cmds/abstract.cc+491
- passes/cmds/splitcells.cc+1-1
- passes/memory/memory_libmap.cc+2
- passes/opt/.gitignore+1
- passes/opt/Makefile.inc+14
- passes/opt/opt_clean.cc+1-1
- passes/opt/opt_expr.cc+4
- passes/opt/peepopt.cc+1-1
- passes/opt/peepopt_formal_clockgateff.pmg
- passes/opt/peepopt_muldiv.pmg
- passes/opt/peepopt_shiftadd.pmg
- passes/opt/peepopt_shiftmul_left.pmg
- passes/opt/peepopt_shiftmul_right.pmg
- passes/opt/share.cc+1-1
- passes/pmgen/Makefile.inc+3-63
- passes/pmgen/README.md+1-1
- passes/pmgen/test_pmgen.cc+2-2
- passes/techmap/simplemap.cc+9
- techlibs/.gitignore+1
- techlibs/common/techmap.v+1-1
- techlibs/ice40/Makefile.inc+10
- techlibs/ice40/ice40_dsp.cc+1-1
- techlibs/ice40/ice40_dsp.pmg
- techlibs/ice40/ice40_wrapcarry.cc+1-1
- techlibs/ice40/ice40_wrapcarry.pmg
- techlibs/intel/common/brams_map_m9k.v+4-4
- techlibs/intel/max10/cells_sim.v+54-1
- techlibs/intel/max10/dsp_map.v+73
- techlibs/intel/synth_intel.cc+56-8
- techlibs/microchip/Makefile.inc+9
- techlibs/microchip/microchip_dsp.cc+3-3
- techlibs/microchip/microchip_dsp.pmg
- techlibs/microchip/microchip_dsp_CREG.pmg
- techlibs/microchip/microchip_dsp_cascade.pmg
- techlibs/quicklogic/Makefile.inc+2-1
- techlibs/quicklogic/ql_ioff.cc+125
- techlibs/quicklogic/synth_quicklogic.cc+13-1
- techlibs/xilinx/Makefile.inc+16
- techlibs/xilinx/xilinx_dsp.cc+4-4
- techlibs/xilinx/xilinx_dsp.pmg
- techlibs/xilinx/xilinx_dsp48a.pmg
- techlibs/xilinx/xilinx_dsp_CREG.pmg
- techlibs/xilinx/xilinx_dsp_cascade.pmg
- techlibs/xilinx/xilinx_srl.cc+1-1
- techlibs/xilinx/xilinx_srl.pmg
- tests/arch/quicklogic/qlf_k6n10f/counter.ys+1-1
- tests/arch/quicklogic/qlf_k6n10f/dffs.ys+2-2
- tests/arch/quicklogic/qlf_k6n10f/ioff.ys+209
- tests/opt/opt_expr_shr_int_max.ys+9
- tests/techmap/buf.ys+13
- tests/unit/kernel/rtlilTest.cc+93-1
- tests/various/abstract_init.ys+121
- tests/various/abstract_state.ys+178
- tests/various/abstract_value.ys+95
0 commit comments