Skip to content

Commit c335f89

Browse files
committed
Shorten floorplan
Signed-off-by: Bartłomiej Chmiel <bchmiel@antmicro.com>
1 parent 74271e4 commit c335f89

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

flow/scripts/floorplan.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if { $::env(REMOVE_ABC_BUFFERS) } {
145145
remove_buffers
146146
} else {
147147
# Skip clone & split
148-
repair_timing_helper -setup -skip_last_gasp -sequence "unbuffer,sizeup,swap,vt_swap"
148+
remove_buffers
149149
}
150150

151151
puts "Default units for flow"

flow/scripts/synth.tcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ if { [env_var_exists_and_non_empty SYNTH_RETIME_MODULES] } {
125125
select $::env(SYNTH_RETIME_MODULES)
126126
opt -fast -full
127127
memory_map
128-
opt -full
129128
techmap
130129
abc -dff -script $::env(SCRIPTS_DIR)/abc_retime.script
131130
select -clear
@@ -150,7 +149,7 @@ delete t:\$print
150149
renames -wire
151150

152151
# Optimize the design
153-
opt -purge
152+
opt -fast -purge
154153

155154
# Technology mapping of adders
156155
if {
@@ -188,7 +187,6 @@ if { [env_var_exists_and_non_empty DFF_LIB_FILE] } {
188187
} else {
189188
dfflibmap {*}$lib_args {*}$lib_dont_use_args
190189
}
191-
opt
192190

193191
# Replace undef values with defined constants
194192
setundef -zero

flow/scripts/util.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ proc hier_options { } {
209209
error "SYNTH_WRAPPED_OPERATORS or SWAP_ARITH_OPERATORS require OPENROAD_HIERARCHICAL to be set."
210210
}
211211
if { $::env(OPENROAD_HIERARCHICAL) } {
212-
return "-hier"
212+
return ""
213213
} else {
214214
return ""
215215
}

0 commit comments

Comments
 (0)