Skip to content

Commit e3e8857

Browse files
committed
Merge remote-tracking branch 'private/master' into dpl-repaint-after-rejected-move
2 parents 10d5012 + b970fb4 commit e3e8857

File tree

99 files changed

+19296
-13471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+19296
-13471
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ bazel_dep(name = "bazel-orfs")
152152
# To bump version, run: bazelisk run @bazel-orfs//:bump
153153
git_override(
154154
module_name = "bazel-orfs",
155-
commit = "a94bc4e8e7973750cf818a220fcb2c1e23042469",
155+
commit = "25aa6f643146394f201eac5ef4df69887c83859f",
156156
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
157157
)
158158

@@ -161,10 +161,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
161161
# To bump version, run: bazelisk run @bazel-orfs//:bump
162162
orfs.default(
163163
# Official image https://hub.docker.com/r/openroad/orfs/tags
164-
image = "docker.io/openroad/orfs:v3.0-3695-ga037c3d9",
164+
image = "docker.io/openroad/orfs:v3.0-3749-g8443d760",
165165
# Use OpenROAD of this repo instead of from the docker image
166166
openroad = "//:openroad",
167-
sha256 = "a1e32aa02774b817ccb66813bbf838a6b5174ee90bdfc1a42e7e288a2a6dc25f",
167+
sha256 = "f84c76855e854e89e54eb87fac2b65038567205ced5f8051e34e2e842047d78a",
168168
)
169169
use_repo(orfs, "com_github_nixos_patchelf_download")
170170
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/drt/src/AbstractGraphicsFactory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "db/obj/frBlockObject.h"
1010
#include "dr/AbstractDRGraphics.h"
1111
#include "frBaseTypes.h"
12+
#include "frDesign.h"
1213
#include "pa/AbstractPAGraphics.h"
1314
#include "ta/AbstractTAGraphics.h"
1415

src/drt/src/GraphicsFactory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include <memory>
77
#include <utility>
88

9+
#include "frDesign.h"
10+
#include "global.h"
911
#include "odb/db.h"
1012

1113
namespace drt {

src/drt/src/TritonRoute.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
#include "boost/asio/post.hpp"
2323
#include "boost/bind/bind.hpp"
2424
#include "boost/geometry/geometry.hpp"
25+
#include "db/infra/frSegStyle.h"
2526
#include "db/obj/frVia.h"
27+
#include "db/tech/frLayer.h"
2628
#include "db/tech/frTechObject.h"
2729
#include "distributed/PinAccessJobDescription.h"
2830
#include "distributed/RoutingCallBack.h"

src/drt/src/db/drObj/drNet.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
#include <vector>
99

1010
#include "db/obj/frAccess.h"
11+
#include "db/obj/frBTerm.h"
1112
#include "db/obj/frBlockObject.h"
13+
#include "db/obj/frInstTerm.h"
1214
#include "distributed/frArchive.h"
1315
#include "dr/FlexDR.h"
1416
#include "frBaseTypes.h"

src/drt/src/db/drObj/drNet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "db/drObj/drPin.h"
1818
#include "db/drObj/drShape.h"
1919
#include "db/drObj/drVia.h"
20+
#include "db/infra/frSegStyle.h"
2021
#include "db/obj/frAccess.h"
2122
#include "frBaseTypes.h"
2223
#include "global.h"

src/drt/src/db/obj/frInst.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "db/obj/frBlockage.h"
1111
#include "db/obj/frInstBlockage.h"
12+
#include "db/obj/frPin.h"
1213
#include "db/obj/frRef.h"
1314
#include "frBaseTypes.h"
1415
#include "odb/db.h"

src/drt/src/db/obj/frNet.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "db/grObj/grShape.h"
1313
#include "db/grObj/grVia.h"
1414
#include "db/obj/frBlockObject.h"
15+
#include "db/obj/frFig.h"
1516
#include "db/obj/frGuide.h"
1617
#include "db/obj/frNode.h"
1718
#include "db/obj/frRPin.h"

src/drt/src/db/obj/frPin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "db/obj/frAccess.h"
1212
#include "db/obj/frBlockObject.h"
13+
#include "db/obj/frFig.h"
1314
#include "db/obj/frShape.h"
1415
#include "frBaseTypes.h"
1516

0 commit comments

Comments
 (0)