Skip to content

Commit 89bf707

Browse files
authored
Merge pull request #10907 from oharboe/oharboe/bump-orfs-single-writer-sdc
bazel: bump ORFS to pick up the single-writer 1_synth.sdc fix
2 parents de8be40 + 2a09c85 commit 89bf707

3 files changed

Lines changed: 5 additions & 38 deletions

File tree

MODULE.bazel

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -249,25 +249,19 @@ git_override(
249249
strip_prefix = "verilog",
250250
)
251251

252-
# @orfs marks most non-root-only directives (qt-bazel/yosys-slang git_overrides,
252+
# @orfs marks non-root-only directives (qt-bazel/yosys-slang git_overrides,
253253
# orfs.default(), toolchain registration) as dev_dependency, so they are no-ops
254-
# here. But @orfs//flow loads @bazel-orfs//:openroad.bzl, and @orfs marks its
255-
# bazel-orfs bazel_dep dev_dependency too, which drops @bazel-orfs from @orfs's
256-
# repo mapping when consumed non-root — so loading @orfs//flow fails. The patch
257-
# makes that one bazel_dep non-dev.
254+
# here; its bazel-orfs bazel_dep is non-dev so @orfs//flow can load
255+
# @bazel-orfs//:openroad.bzl when consumed non-root.
258256
#
259257
# Use archive_override (HTTPS tarball) rather than git_override so the
260258
# build resolves on networks that block direct git access to github.com.
261-
ORFS_COMMIT = "4b3f2663609fd3f6fd8d862729de1ec5967eb4e6"
259+
ORFS_COMMIT = "afad87da8d1ebd6ef1bc94288b4204420975a549"
262260

263261
bazel_dep(name = "orfs", dev_dependency = True)
264262
archive_override(
265263
module_name = "orfs",
266-
patch_strip = 1,
267-
patches = [
268-
"//bazel/bazel-orfs-patches:0035-orfs-bazel-orfs-visible-non-root.patch",
269-
],
270-
sha256 = "b6e496221b5be5a5ecd54e978a7a8157a212b67374e2ecd6c27f90d35e02b473",
264+
sha256 = "3b61b0cb106bb64d5cb453dff404a346b29a16bf3614166532ffa6ef733e1f65",
271265
strip_prefix = "OpenROAD-flow-scripts-" + ORFS_COMMIT,
272266
urls = ["https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/archive/" + ORFS_COMMIT + ".tar.gz"],
273267
)

bazel/bazel-orfs-patches/0035-orfs-bazel-orfs-visible-non-root.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

bazel/bazel-orfs-patches/BUILD

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)