Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion flow/scripts/global_place.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ load_design 3_2_place_iop.odb 2_floorplan.sdc

set_dont_use $::env(DONT_USE_CELLS)

remove_buffers
if { $::env(GPL_TIMING_DRIVEN) } {
remove_buffers
}

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