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 Nov 7, 2024
1 parent a098e47 commit 6619436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/OpenROAD
Submodule OpenROAD updated 49 files
+3 −0 .clang-tidy
+1 −1 include/ord/Design.h
+1 −1 src/Design.cc
+4 −0 src/Metrics.tcl
+1 −1 src/dbSta/src/dbReadVerilog.cc
+4 −1 src/dbSta/src/dbSta.cc
+33 −5 src/dft/src/replace/ScanReplace.cpp
+3 −2 src/drt/src/gr/FlexGR.cpp
+7 −2 src/drt/src/io/GuideProcessor.cpp
+183,419 −0 src/gpl/test/macro01.defok
+98 −0 src/gpl/test/macro01.ok
+112,046 −0 src/gpl/test/macro02.defok
+92 −0 src/gpl/test/macro02.ok
+296,978 −0 src/gpl/test/macro03.defok
+103 −0 src/gpl/test/macro03.ok
+3 −0 src/gpl/test/regression_tests_large.tcl
+0 −1 src/grt/README.md
+0 −20 src/grt/include/grt/GRoute.h
+8 −9 src/grt/include/grt/GlobalRouter.h
+22 −34 src/grt/src/GlobalRouter.cpp
+2 −8 src/grt/src/GlobalRouter.tcl
+1 −1 src/grt/test/congestion1.ok
+1 −1 src/grt/test/congestion2.ok
+21 −2 src/grt/test/congestion5.ok
+21 −2 src/grt/test/congestion6.ok
+1 −1 src/grt/test/congestion7.ok
+13 −0 src/mpl2/src/SACoreHardMacro.cpp
+2 −0 src/mpl2/src/SACoreHardMacro.h
+98 −0 src/mpl2/src/SACoreSoftMacro.cpp
+19 −0 src/mpl2/src/SACoreSoftMacro.h
+15 −86 src/mpl2/src/SimulatedAnnealingCore.cpp
+15 −15 src/mpl2/src/SimulatedAnnealingCore.h
+6 −3 src/odb/include/odb/db.h
+9 −23 src/odb/include/odb/dbWireGraph.h
+4 −24 src/odb/include/odb/lefin.h
+2 −3 src/odb/include/odb/lefout.h
+8 −0 src/odb/src/codeGenerator/schema/chip/dbGuide.json
+4 −1 src/odb/src/db/dbDatabase.h
+22 −1 src/odb/src/db/dbGuide.cpp
+1 −0 src/odb/src/db/dbGuide.h
+4 −1 src/odb/src/db/dbJournal.cpp
+1 −3 src/odb/src/defin/definBase.h
+6 −6 src/odb/src/lefin/lefin.cpp
+7 −9 src/odb/src/lefout/lefout.cpp
+5 −5 src/odb/test/cpp/TestGuide.cpp
+2 −2 src/odb/test/cpp/TestJournal.cpp
+13 −17 src/rsz/src/Resizer.cc
+67 −67 src/tap/README.md
+5 −5 src/utl/include/utl/Logger.h

0 comments on commit 6619436

Please sign in to comment.