Skip to content

Commit f9c2688

Browse files
committed
floorplan: Remove rsz commands
Buffer trees are replaced at the gpl step and tests show that we can remove the rsz commands at floorplan without notable degradation. Signed-off-by: Martin Povišer <[email protected]>
1 parent 887ea3a commit f9c2688

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

flow/scripts/floorplan.tcl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,6 @@ if { [env_var_exists_and_non_empty SWAP_ARITH_OPERATORS] } {
134134
replace_arith_modules
135135
}
136136

137-
if { [env_var_equals REMOVE_ABC_BUFFERS 1] } {
138-
# remove buffers inserted by yosys/abc
139-
remove_buffers
140-
} else {
141-
# Skip clone & split
142-
set ::env(SETUP_MOVE_SEQUENCE) "unbuffer,sizeup,swap,buffer,vt_swap"
143-
set ::env(SKIP_LAST_GASP) 1
144-
repair_timing_helper -setup
145-
}
146-
147137
puts "Default units for flow"
148138
report_units
149139
report_units_metric

0 commit comments

Comments
 (0)