Skip to content

Commit

Permalink
orfs: bump and update do-floorplan
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 29, 2024
1 parent 14fc69a commit 7da31b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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-1679-g980de246",
image = "docker.io/openroad/orfs:v3.0-1735-gdefc349e",
# Comment out line below for local only docker images
sha256 = "e3c30971e63d4748fde1ddbec63f9680bda53be5a50319d67db9279dd51d2945",
sha256 = "662d6b9b5cf725cbc27bbeb8becdde99a7752f296173e0222e727142d6561432",
)
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.

14 changes: 6 additions & 8 deletions openroad.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -995,16 +995,14 @@ orfs_floorplan = rule(
log_names = [
"2_1_floorplan.log",
"2_2_floorplan_io.log",
"2_3_floorplan_tdms.log",
"2_4_floorplan_macro.log",
"2_5_floorplan_tapcell.log",
"2_6_floorplan_pdn.log",
"2_3_floorplan_macro.log",
"2_4_floorplan_tapcell.log",
"2_5_floorplan_pdn.log",
"2_1_floorplan.json",
"2_2_floorplan_io.json",
"2_3_floorplan_tdms.json",
"2_4_floorplan_macro.json",
"2_5_floorplan_tapcell.json",
"2_6_floorplan_pdn.json",
"2_3_floorplan_macro.json",
"2_4_floorplan_tapcell.json",
"2_5_floorplan_pdn.json",
],
report_names = [
"2_floorplan_final.rpt",
Expand Down

0 comments on commit 7da31b4

Please sign in to comment.