From 40bac49e791f99eff29107a54e784454682ea241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Wed, 7 Aug 2024 09:59:26 +0200 Subject: [PATCH] build: skip metrics to speed up build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 0a4c05f..2f204a3 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -76,7 +76,7 @@ SRAM_FLOOR_PLACE_ARGUMENTS = {"IO_CONSTRAINTS": "$(location :io-sram)"} SRAM_BOOMTILE_FLOOR_PLACE_ARGUMENTS = {"IO_CONSTRAINTS": "$(location :io-boomtile)"} -SKIP_REPORT_METRICS = {"SKIP_REPORT_METRICS": "0"} +SKIP_REPORT_METRICS = {"SKIP_REPORT_METRICS": "1"} mock_files = [ "mock/array_256x128.sv",