From 24a347db0af061220189da5bc17b73649b89f85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Fri, 1 Nov 2024 22:40:03 +0100 Subject: [PATCH] show_skew: fix warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 0cff28f..22dfb23 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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", )