Skip to content

Commit b0017a0

Browse files
committed
Merge branch 'master' into mpl-dbu
2 parents 7e47250 + 983c927 commit b0017a0

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ bazel_dep(name = "bazel-orfs")
162162
# To bump version, run: bazelisk run @bazel-orfs//:bump
163163
git_override(
164164
module_name = "bazel-orfs",
165-
commit = "60f7488a0480dc8f17aba1d28da18f0b3e777f73",
165+
commit = "b2ea891b7a20e806f7a80b97523b9065d498b3ac",
166166
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
167167
)
168168

@@ -171,10 +171,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
171171
# To bump version, run: bazelisk run @bazel-orfs//:bump
172172
orfs.default(
173173
# Official image https://hub.docker.com/r/openroad/orfs/tags
174-
image = "docker.io/openroad/orfs:v3.0-4324-g16e8a645e",
174+
image = "docker.io/openroad/orfs:v3.0-4338-g23bfbc7f2",
175175
# Use OpenROAD of this repo instead of from the docker image
176176
openroad = "//:openroad",
177-
sha256 = "675813db8a9fbfd08bc86e40675c2a376fc3461b59cbf22d96a2f1905dbb4519",
177+
sha256 = "59fa14cf42c9d2ebf388e77e45cee79ba1ae7dae24cf7fe8a004d6b37d160968",
178178
)
179179
use_repo(orfs, "com_github_nixos_patchelf_download")
180180
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.

test/orfs/gcd/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,11 @@ orfs_flow(
88
name = "gcd",
99
# buildifier: disable=unsorted-dict-items
1010
arguments = {
11-
# Faster builds
12-
"GPL_TIMING_DRIVEN": "0",
13-
"SKIP_INCREMENTAL_REPAIR": "1",
14-
"SKIP_LAST_GASP": "1",
1511
# Various
1612
"CORE_AREA": "1.08 1.08 15.12 15.12",
1713
"DIE_AREA": "0 0 16.2 16.2",
1814
"PLACE_DENSITY": "0.35",
1915
"OPENROAD_HIERARCHICAL": "1",
20-
# Start simple with eqy
21-
"SKIP_PIN_SWAP": "1",
22-
"SKIP_GATE_CLONING": "1",
23-
"SKIP_VT_SWAP": "1",
24-
"SKIP_CRIT_VT_SWAP": "1",
2516
},
2617
sources = {
2718
"RULES_JSON": [":rules-base.json"],

0 commit comments

Comments
 (0)