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", ],