Skip to content

Commit 47f82ab

Browse files
committed
bazel: local OpenROAD with bazel-orfs
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 044183f commit 47f82ab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

flow/MODULE.bazel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,14 @@ orfs.default(
5656
)
5757
use_repo(orfs, "com_github_nixos_patchelf_download")
5858
use_repo(orfs, "docker_orfs")
59+
60+
61+
# Use local OpenROAD files instead of OpenROAD from ORFS docker image
62+
bazel_dep(
63+
name = "openroad",
64+
version = "0.1.0"
65+
)
66+
local_path_override(
67+
module_name = "openroad",
68+
path = "../tools/OpenROAD"
69+
)

0 commit comments

Comments
 (0)