Skip to content

Commit

Permalink
plot: fix visibility nits
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jan 31, 2025
1 parent 0ed4da2 commit 52548b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ py_binary(
],
main = "plot-retiming.py",
deps = [requirement("matplotlib")],
visibility = ["//visibility:public"],
)

filegroup(
Expand Down
2 changes: 1 addition & 1 deletion sweep.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ def orfs_sweep(
name + "_repair_logs",
],
outs = [name + "_retiming.pdf"],
cmd = "$(execpath :plot_repair) $(location " + name + "_retiming.pdf) $(locations " + name + "_repair_logs)",
cmd = "$(execpath @bazel-orfs//:plot_repair) $(location " + name + "_retiming.pdf) $(locations " + name + "_repair_logs)",
visibility = visibility,
)

0 comments on commit 52548b3

Please sign in to comment.