Skip to content

Commit 777430a

Browse files
committed
Merge branch 'master' of https://github.com/The-OpenROAD-Project/OpenROAD into est_via_res
2 parents df87025 + 5aea4fa commit 777430a

File tree

252 files changed

+1932
-987
lines changed

Some content is hidden

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

252 files changed

+1932
-987
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 = "abacf584d7515bebec96491c757a806431b7f9f7",
155+
commit = "9cdf6d5d8a7be885c5b89ac20372500777874fcf",
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-3503-gd7c7e73f",
164+
image = "docker.io/openroad/orfs:v3.0-3675-g1592c420",
165165
# Use OpenROAD of this repo instead of from the docker image
166166
openroad = "//:openroad",
167-
sha256 = "d5539ade517724de3765362589be443afb2624b14391b365612c8949a7c99a19",
167+
sha256 = "ae830cfa6a86b1921db89868eb7133c94d77443e79cd534ba3808dfd139ffc53",
168168
)
169169
use_repo(orfs, "com_github_nixos_patchelf_download")
170170
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

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

src/Design.cc

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

66
#include <tcl.h>
77

8+
#include <cstdint>
89
#include <string>
910

1011
#include "ant/AntennaChecker.hh"

src/cts/src/TechChar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <algorithm>
77
#include <cmath>
88
#include <cstddef>
9+
#include <cstdint>
910
#include <fstream>
1011
#include <functional>
1112
#include <iomanip>

src/dbSta/src/dbNetwork.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Recommended conclusion: use map for concrete cells. They are invariant.
4646
#include "db_sta/dbNetwork.hh"
4747

4848
#include <algorithm>
49+
#include <cstdint>
4950
#include <limits>
5051
#include <memory>
5152
#include <set>

src/dbSta/src/dbSta.cc

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

1414
#include <algorithm> // min
1515
#include <cmath>
16+
#include <cstdint>
1617
#include <fstream>
1718
#include <map>
1819
#include <memory>

src/dbSta/test/cpp/TestHconn.cpp

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

1010
#include <array>
1111
#include <cstddef>
12+
#include <cstdio>
1213
#include <filesystem>
1314
#include <iostream>
1415
#include <map>

src/dft/src/architect/Opt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "Opt.hh"
55

66
#include <cstddef>
7+
#include <cstdint>
78
#include <iostream>
89
#include <limits>
910
#include <memory>

src/dft/src/architect/ScanArchitect.cpp

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

66
#include <algorithm>
77
#include <cstddef>
8+
#include <cstdint>
89
#include <map>
910
#include <memory>
1011
#include <optional>

src/dft/src/architect/ScanArchitectHeuristic.cpp

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

44
#include "ScanArchitectHeuristic.hh"
55

6+
#include <cstdint>
67
#include <iostream>
78
#include <memory>
89
#include <sstream>

0 commit comments

Comments
 (0)