We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8d87d5 + 4f6fd3b commit 3b01a13Copy full SHA for 3b01a13
flow/scripts/global_place.tcl
@@ -29,13 +29,16 @@ if {[info exist ::env(PLACE_DENSITY_LB_ADDON)]} {
29
}
30
31
set global_placement_args {}
32
+
33
+# Parameters for routability mode in global placement
34
if {$::env(GPL_ROUTABILITY_DRIVEN)} {
35
lappend global_placement_args {-routability_driven}
36
if { [info exists ::env(GPL_TARGET_RC)] } {
37
lappend global_placement_args {-routability_target_rc_metric} $::env(GPL_TARGET_RC)
38
39
40
41
+# Parameters for timing driven mode in global placement
42
if {$::env(GPL_TIMING_DRIVEN)} {
43
lappend global_placement_args {-timing_driven}
44
0 commit comments