Skip to content

Commit

Permalink
Merge pull request #2614 from Pinata-Consulting/bazel-orfs-bump
Browse files Browse the repository at this point in the history
bazel-orfs: bump
  • Loading branch information
maliberty authored Dec 17, 2024
2 parents 4487b09 + d88e6e4 commit 559fca6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 35 deletions.
2 changes: 1 addition & 1 deletion flow/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.1
7.4.0rc3
8 changes: 4 additions & 4 deletions flow/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filegroup(

orfs_flow(
name = "gcd",
stage_args = {
stage_arguments = {
"synth": {
"SDC_FILE": "$(location :constraints-gcd)",
},
Expand Down Expand Up @@ -64,7 +64,7 @@ all_sources = [":additional_lefs", ":additional_libs"]

orfs_flow(
name = "swerv_wrapper",
stage_args = {
stage_arguments = {
"synth": SWERV_ALL | {
"SYNTH_HIERARCHICAL": "1",
"SDC_FILE": "$(location :constraints-swerv)",
Expand Down Expand Up @@ -153,7 +153,7 @@ MOCK_ARRAY_FLOORPLAN_PLACE = {
orfs_flow(
name = "MockArray",
macros = ["Element_generate_abstract"],
stage_args = {
stage_arguments = {
"synth": {
"SDC_FILE": "$(location :mock-array-constraints)",
},
Expand Down Expand Up @@ -222,7 +222,7 @@ mock_array_all_sources = ["designs/src/mock-array/util.tcl"]
orfs_flow(
name = "Element",
abstract_stage = "route",
stage_args = {
stage_arguments = {
"synth": MOCK_ARRAY_ELEMENT_ALL | {
"SDC_FILE": "$(location :mock-array-constraints)",
},
Expand Down
2 changes: 1 addition & 1 deletion flow/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "16eb5dd5b31bdeacc0b3006a71dbce29076e9850",
commit = "b12fc7a172d4211315ec36214f872595e084ab25",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand Down
45 changes: 16 additions & 29 deletions flow/MODULE.bazel.lock

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

0 comments on commit 559fca6

Please sign in to comment.