Skip to content

Commit 559fca6

Browse files
authored
Merge pull request #2614 from Pinata-Consulting/bazel-orfs-bump
bazel-orfs: bump
2 parents 4487b09 + d88e6e4 commit 559fca6

File tree

4 files changed

+22
-35
lines changed

4 files changed

+22
-35
lines changed

flow/.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.1
1+
7.4.0rc3

flow/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ filegroup(
1010

1111
orfs_flow(
1212
name = "gcd",
13-
stage_args = {
13+
stage_arguments = {
1414
"synth": {
1515
"SDC_FILE": "$(location :constraints-gcd)",
1616
},
@@ -64,7 +64,7 @@ all_sources = [":additional_lefs", ":additional_libs"]
6464

6565
orfs_flow(
6666
name = "swerv_wrapper",
67-
stage_args = {
67+
stage_arguments = {
6868
"synth": SWERV_ALL | {
6969
"SYNTH_HIERARCHICAL": "1",
7070
"SDC_FILE": "$(location :constraints-swerv)",
@@ -153,7 +153,7 @@ MOCK_ARRAY_FLOORPLAN_PLACE = {
153153
orfs_flow(
154154
name = "MockArray",
155155
macros = ["Element_generate_abstract"],
156-
stage_args = {
156+
stage_arguments = {
157157
"synth": {
158158
"SDC_FILE": "$(location :mock-array-constraints)",
159159
},
@@ -222,7 +222,7 @@ mock_array_all_sources = ["designs/src/mock-array/util.tcl"]
222222
orfs_flow(
223223
name = "Element",
224224
abstract_stage = "route",
225-
stage_args = {
225+
stage_arguments = {
226226
"synth": MOCK_ARRAY_ELEMENT_ALL | {
227227
"SDC_FILE": "$(location :mock-array-constraints)",
228228
},

flow/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
bazel_dep(name = "bazel-orfs")
88
git_override(
99
module_name = "bazel-orfs",
10-
commit = "16eb5dd5b31bdeacc0b3006a71dbce29076e9850",
10+
commit = "b12fc7a172d4211315ec36214f872595e084ab25",
1111
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
1212
)
1313

flow/MODULE.bazel.lock

Lines changed: 16 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)