From 6ce91eab68bee08f1eca3e2695cfd93cea588672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Mon, 29 Apr 2024 11:44:00 +0200 Subject: [PATCH] tests: speed up tests by skipping some reporting and CTS timing repair MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 520f79a..c829d5f 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -744,7 +744,10 @@ digital_top_srams=["cc_dir_1024x168", 'synth': ['SYNTH_MEMORY_MAX_BITS=16384'], 'floorplan': ['CORE_UTILIZATION=40', 'CORE_ASPECT_RATIO=2'], - 'place': ['PLACE_DENSITY=0.65']}, + 'place': ['PLACE_DENSITY=0.65'], + 'cts': ['SKIP_CTS_REPAIR_TIMING=1', + 'SKIP_REPORT_METRICS=1'] + }, mock_abstract=True, mock_stage='cts', mock_area={'tag_array_64x184':0.20,