From fee1f156c4838ffd27cc78dfc0e6cd693ec87ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Harboe?= Date: Mon, 28 Oct 2024 17:29:44 +0100 Subject: [PATCH] cleanup: get rid of obsolete variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- BUILD.bazel | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 7a1d150..9c23324 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -360,20 +360,6 @@ SWEEP = { "floorplan": "BoomTile_synth", }, }, - "1": { - "variables": { - # Had to increase it to a minimum of 0.22 recommended - "PLACE_DENSITY": "0.24", - # Enable floorplan retiming - "REMOVE_ABC_BUFFERS": "0", - # Saves hours of build time - "SKIP_LAST_GASP": "1", - "SETUP_SLACK_MARGIN": "-1300", - }, - "previous_stage": { - "floorplan": "BoomTile_synth", - }, - }, "2": { "variables": { "SYNTH_HIERARCHICAL": "0", @@ -579,7 +565,7 @@ genrule( # Use the macro placement from a different flow orfs_run( name = "write_macro_placement", - src = ":BoomTile_1_floorplan", + src = ":BoomTile_floorplan", outs = [ ":macro_placement.tcl", ],