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 d6a8809
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -360,29 +360,12 @@ 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",
"MACRO_PLACEMENT_TCL": "$(location write_macro_placement)",
},
"stage_sources": {"floorplan": ["write_macro_placement"]},
"previous_stage": {
"floorplan": "BoomTile_synth",
},
},
}

Expand Down Expand Up @@ -579,7 +562,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 d6a8809

Please sign in to comment.