Skip to content

Commit 0d2ae57

Browse files
committed
In floorplan.tcl skip clone & split moves and last-gasp
Not necessary so early in the flow. The whole thing is to be replaced by gain-based buffering. Signed-off-by: Matt Liberty <[email protected]>
1 parent 43f9bb6 commit 0d2ae57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

flow/scripts/floorplan.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ if { [env_var_equals REMOVE_ABC_BUFFERS 1] } {
107107
# remove buffers inserted by yosys/abc
108108
remove_buffers
109109
} else {
110+
# Skip clone & split
111+
set ::env(SETUP_MOVE_SEQUENCE) "unbuffer,sizeup,swap,buffer"
112+
set ::env(SKIP_LAST_GASP) 1
110113
repair_timing_helper 0
111114
}
112115

tools/OpenROAD

Submodule OpenROAD updated 151 files

0 commit comments

Comments
 (0)