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 Dec 3, 2024
1 parent 01d2f5f commit 19c939b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 268 deletions.
6 changes: 3 additions & 3 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@bazel-orfs//:openroad.bzl", "orfs_flow", "orfs_run")
load("@bazel-orfs//:sweep.bzl", "sweep")
load("@bazel-orfs//:sweep.bzl", "orfs_sweep")
load(":write_binary.bzl", "write_binary")

filegroup(
Expand Down Expand Up @@ -451,9 +451,9 @@ BRANCH_PREDICTOR_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {
"BranchPredictor",
]]

sweep(
orfs_sweep(
name = "BoomTile",
variables = BOOMTILE_VARIABLES,
arguments = BOOMTILE_VARIABLES,
macros = [
":" + m + "_generate_abstract"
for m in boomtile_all_rams
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module(
bazel_dep(name = "bazel-orfs")
git_override(
module_name = "bazel-orfs",
commit = "3fff266e5a27adb21a2c58d8f52600e4d69bba39",
commit = "b12fc7a172d4211315ec36214f872595e084ab25",
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
)

Expand Down
12 changes: 0 additions & 12 deletions report-wns.tcl

This file was deleted.

216 changes: 0 additions & 216 deletions wns_report.py

This file was deleted.

36 changes: 0 additions & 36 deletions wns_report_test.py

This file was deleted.

0 comments on commit 19c939b

Please sign in to comment.