Skip to content

Commit 2a5ee40

Browse files
committed
fix tclfmt
Signed-off-by: Jack Luar <[email protected]>
1 parent 65b736e commit 2a5ee40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flow/scripts/global_place.tcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ if { $::env(GPL_TIMING_DRIVEN) } {
3535

3636
# Parameters for phi coefficients in global placement
3737
# Validate phi coefficient constraints before using them
38-
if { [info exists ::env(MIN_PLACE_STEP_COEF)] \
39-
&& [info exists ::env(MAX_PLACE_STEP_COEF)] } {
38+
if {
39+
[info exists ::env(MIN_PLACE_STEP_COEF)]
40+
&& [info exists ::env(MAX_PLACE_STEP_COEF)]
41+
} {
4042
set min_phi $::env(MIN_PLACE_STEP_COEF)
4143
set max_phi $::env(MAX_PLACE_STEP_COEF)
4244

0 commit comments

Comments
 (0)