Skip to content

Commit 9c88e25

Browse files
authored
Merge pull request #3567 from The-OpenROAD-Project-staging/gpl-condition-buffer-removal
Condition buffer removal at gpl time
2 parents 38fcb42 + 6a6eb95 commit 9c88e25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flow/scripts/global_place.tcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ load_design 3_2_place_iop.odb 2_floorplan.sdc
55

66
set_dont_use $::env(DONT_USE_CELLS)
77

8-
remove_buffers
8+
if { $::env(GPL_TIMING_DRIVEN) } {
9+
remove_buffers
10+
}
911

1012
# Do not buffer chip-level designs
1113
# by default, IO ports will be buffered

0 commit comments

Comments
 (0)