From beab12a6c0086ba8d151563a38b8f1a8bb4f7e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Sat, 2 Nov 2024 09:34:00 +0100 Subject: [PATCH] variants: fix variant, last gasp enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description of the variant says last gasp enabled, but it was actually disabled Signed-off-by: Øyvind Harboe --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 22dfb23..0cf2348 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -381,7 +381,7 @@ SWEEP = { "GPL_TIMING_DRIVEN": "1", "SKIP_CTS_REPAIR_TIMING": "0", "MACRO_PLACEMENT_TCL": "$(location write_macro_placement)", - "SKIP_LAST_GASP": "1", + "SKIP_LAST_GASP": "0", }, "previous_stage": { "floorplan": "BoomTile_1_synth",