Skip to content

Commit 9916414

Browse files
committed
add CLUSTER_FLOPS option post-gpl
Signed-off-by: Matt Liberty <[email protected]>
1 parent 9422c8d commit 9916414

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flow/scripts/global_place.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ global_placement -density $place_density \
5252

5353
estimate_parasitics -placement
5454

55+
if {[info exist ::env(CLUSTER_FLOPS)]} {
56+
cluster_flops
57+
estimate_parasitics -placement
58+
}
59+
5560
source $::env(SCRIPTS_DIR)/report_metrics.tcl
5661
report_metrics "global place" false false
5762

0 commit comments

Comments
 (0)