Skip to content
Closed
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
10 changes: 4 additions & 6 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ SWEEP = {
"base": {
"description": "Base settings, provides macro placement from hierarchical synthesis",
"variables": {
"GLOBAL_ROUTE_ARGS": "-congestion_iterations 30 -congestion_report_iter_step 5 -verbose",
#"GLOBAL_ROUTE_ARGS": "-congestion_iterations 30 -congestion_report_iter_step 5 -verbose",
},
},
"naja": {
Expand Down Expand Up @@ -391,6 +391,9 @@ SWEEP = {
}

BOOMTILE_VARIABLES = SKIP_REPORT_METRICS | FAST_BUILD_SETTINGS | {
# global route is futile for now, so do a few iterations to
# get a global route artifact with .odb and .rpt file
"GLOBAL_ROUTE_ARGS": "-congestion_iterations 5 -congestion_report_iter_step 5 -verbose",
"PDN_TCL": "$(PLATFORM_DIR)/openRoad/pdn/BLOCKS_grid_strategy.tcl",
"IO_CONSTRAINTS": "$(location :io-boomtile)",
"PLACE_DENSITY": "0.24",
Expand Down Expand Up @@ -454,11 +457,6 @@ boomtile_all_rams = boom_regfile_rams.keys() + all_srams.keys()
# for a specific stage, e.g. SETUP_SLACK_MARGIN could be useful to
# have a different value for floorplan, cts and grt.
stage_arguments = {
"grt": {
# global route is futile for now, so do a few iterations to
# get a global route artifact with .odb and .rpt file
"GLOBAL_ROUTE_ARGS": "-congestion_iterations 5 -congestion_report_iter_step 5 -verbose",
},
},
# Starlark does not have sets, nor can we define functions in BUILD files
# Use a dict to get a set of keys
Expand Down