Skip to content

Commit

Permalink
MODULE: specify OpenROAD version
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Aug 7, 2024
1 parent 63ab093 commit e6d7813
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ git_override(
#local_path_override(
# module_name = "bazel-orfs", path = "../bazel-orfs"
#)

orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
orfs.default(
image = "openroad/orfs:v3.0-1098-ge0c1d5d6",
sha256 = "7b560e7da878d535a65cc39f29ccfe8539fe1ad5f8e857a13bdca77241c3de49",
)

0 comments on commit e6d7813

Please sign in to comment.