Skip to content

Commit

Permalink
cleanup: get rid of obsolete variant
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 28, 2024
1 parent 881475f commit fee1f15
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
],
Expand Down

0 comments on commit fee1f15

Please sign in to comment.