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 38fcb42 + 6a6eb95 commit 9c88e25Copy full SHA for 9c88e25
flow/scripts/global_place.tcl
@@ -5,7 +5,9 @@ load_design 3_2_place_iop.odb 2_floorplan.sdc
5
6
set_dont_use $::env(DONT_USE_CELLS)
7
8
-remove_buffers
+if { $::env(GPL_TIMING_DRIVEN) } {
9
+ remove_buffers
10
+}
11
12
# Do not buffer chip-level designs
13
# by default, IO ports will be buffered
0 commit comments