Skip to content

Commit

Permalink
show_skew: fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Nov 2, 2024
1 parent 5155fde commit 24a347d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,9 @@ boom_regfile_rams = {
orfs_run(
name = "xy_stats",
src = ":BoomTile_1_cts",
outs = ["xy_stats"],
outs = ["xy_stats.txt"],
arguments = {
"OUTPUT": "$(location :xy_stats)",
"OUTPUT": "$(location :xy_stats.txt)",
},
script = ":slack-positions.tcl",
)
Expand Down

0 comments on commit 24a347d

Please sign in to comment.