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.
1 parent 65b736e commit 2a5ee40Copy full SHA for 2a5ee40
flow/scripts/global_place.tcl
@@ -35,8 +35,10 @@ if { $::env(GPL_TIMING_DRIVEN) } {
35
36
# Parameters for phi coefficients in global placement
37
# Validate phi coefficient constraints before using them
38
-if { [info exists ::env(MIN_PLACE_STEP_COEF)] \
39
- && [info exists ::env(MAX_PLACE_STEP_COEF)] } {
+if {
+ [info exists ::env(MIN_PLACE_STEP_COEF)]
40
+ && [info exists ::env(MAX_PLACE_STEP_COEF)]
41
+} {
42
set min_phi $::env(MIN_PLACE_STEP_COEF)
43
set max_phi $::env(MAX_PLACE_STEP_COEF)
44
0 commit comments