Skip to content

Commit

Permalink
[BOT] Update OpenROAD submodule
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
vvbandeira authored and github-actions[bot] committed Oct 26, 2024
1 parent 682f87e commit fd0f523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 57 files
+1 −1 Jenkinsfile
+1 −1 etc/find_messages.py
+8 −0 src/dbSta/include/db_sta/dbNetwork.hh
+84 −0 src/dbSta/src/dbNetwork.cc
+11 −13 src/dpl/include/dpl/Opendp.h
+93 −121 src/dpl/src/CheckPlacement.cpp
+2 −2 src/dpl/src/Opendp.cpp
+91 −64 src/dpl/test/report_failures.jsonok
+0 −7 src/drt/include/triton_route/TritonRoute.h
+5 −151 src/drt/src/TritonRoute.cpp
+1 −5 src/drt/src/dr/FlexDR.cpp
+1 −1 src/drt/src/dr/FlexDR_conn.cpp
+406 −163 src/drt/src/io/io.cpp
+40 −9 src/drt/src/io/io.h
+108 −120 src/drt/src/io/io_parser_helper.cpp
+5 −5 src/drt/src/io/io_pin.cpp
+4 −4 src/drt/test/top_level_term2.defok
+47 −3 src/gpl/src/nesterovBase.cpp
+1 −0 src/gpl/test/regression_tests.tcl
+3,026 −0 src/gpl/test/simple10.def
+3,026 −0 src/gpl/test/simple10.defok
+46 −0 src/gpl/test/simple10.ok
+14 −0 src/gpl/test/simple10.py
+9 −0 src/gpl/test/simple10.tcl
+15 −0 src/gui/README.md
+1 −0 src/gui/include/gui/gui.h
+37 −25 src/gui/src/clockWidget.cpp
+1 −0 src/gui/src/clockWidget.h
+176 −564 src/gui/src/dbDescriptors.cpp
+122 −180 src/gui/src/dbDescriptors.h
+9 −1 src/gui/src/gui.cpp
+9 −0 src/gui/src/gui.i
+9 −1 src/gui/src/inspector.cpp
+1 −1 src/gui/src/mainWindow.cpp
+15 −0 src/odb/src/db/dbJournal.cpp
+3 −3 src/odb/src/db/dbMarker.cpp
+14 −0 src/odb/test/cpp/TestJournal.cpp
+1 −1 src/pdn/README.md
+6 −3 src/pdn/src/pdn.tcl
+1 −2 src/pdn/test/core_grid_offset_strap.tcl
+1 −1 src/ppl/src/IOPlacer.tcl
+1 −1 src/psm/src/ir_solver.cpp
+510 −510 src/psm/test/gcd_all_vss-spice.spok
+510 −510 src/psm/test/gcd_write_sp_test_vdd.spok
+9 −2 src/rsz/include/rsz/Resizer.hh
+6 −8 src/rsz/src/PreChecks.cc
+31 −30 src/rsz/src/RecoverPower.cc
+1 −1 src/rsz/src/RecoverPower.hh
+5 −5 src/rsz/src/RepairDesign.cc
+31 −28 src/rsz/src/RepairSetup.cc
+61 −35 src/rsz/src/Resizer.cc
+14 −6 src/rsz/src/Resizer.i
+15 −7 src/rsz/src/Resizer.tcl
+1 −1 src/rsz/test/repair_wire3.ok
+1 −1 src/sta
+58 −0 src/utl/include/utl/scope.h
+1 −1 test/helpers.tcl

0 comments on commit fd0f523

Please sign in to comment.