Skip to content

Commit

Permalink
bazel-orfs: bump
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jan 19, 2025
1 parent 8331260 commit bf991ef
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ FAST_BUILD_SETTINGS = {
OTHER_VARIANTS = {
"macro": {
"description": "Base settings, provides macro placement from hierarchical synthesis",
"variables": {
"arguments": {
},
},
"naja": {
Expand Down Expand Up @@ -449,7 +449,7 @@ orfs_sweep(
sweep = {
"base": {
"description": "Flattend, timing driven placement",
"variables": {
"arguments": {
"SYNTH_HIERARCHICAL": "0",
"GPL_TIMING_DRIVEN": "1",
"SKIP_CTS_REPAIR_TIMING": "0",
Expand Down
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ module(
# 1. comment git_override() below
# 2. uncomment local_path_override below
#
#local_path_override(
# local_path_override(
# module_name = "bazel-orfs", path = "../bazel-orfs"
#)
# )
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "380bb8553cd0795923c4204299e79bcbec851c17",
commit = "aa566715a49ae8777c92921d7cc1efb20c03f0d4",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand Down
Loading

0 comments on commit bf991ef

Please sign in to comment.