Skip to content

Commit 6a6eb95

Browse files
committed
Condition buffer removal at gpl time
Only remove buffers if TD is enabled and we know gpl will be inserting buffer trees. Signed-off-by: Martin Povišer <[email protected]>
1 parent 0657918 commit 6a6eb95

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)