Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: get rid of obsolete variant #183

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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