Skip to content

Commit

Permalink
orfs: bump 5_1_grt.sdc added
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 21, 2024
1 parent 3c947ac commit 9c448d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
# a local only or remote docker image. Local docker images do not
# have a sha256.
image = "docker.io/openroad/orfs:v3.0-1620-gf61d7a1e",
image = "docker.io/openroad/orfs:v3.0-1679-g980de246",
# Comment out line below for local only docker images
sha256 = "73391dd3dac142ede1cc2b51966400e44ac0fef41cffe7344bdd81ea5e123c9a",
sha256 = "e3c30971e63d4748fde1ddbec63f9680bda53be5a50319d67db9279dd51d2945",
)
use_repo(orfs, "com_github_nixos_patchelf_download")
use_repo(orfs, "docker_orfs")
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ orfs_grt = rule(
"do-5_1_grt",
],
forwarded_names = [
"4_cts.sdc",
"5_1_grt.sdc",
],
log_names = [
"5_1_grt.log",
Expand All @@ -1029,6 +1029,7 @@ orfs_grt = rule(
],
result_names = [
"5_1_grt.odb",
"5_1_grt.sdc",
],
),
attrs = openroad_attrs() | renamed_inputs_attr(),
Expand Down

0 comments on commit 9c448d5

Please sign in to comment.