Skip to content

Commit 4620880

Browse files
committed
Lift forcing of STA to single-threaded
Signed-off-by: Martin Povišer <povik@cutebit.org>
1 parent 3f8e976 commit 4620880

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

flow/scripts/load.tcl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ source $::env(SCRIPTS_DIR)/util.tcl
33
source $::env(SCRIPTS_DIR)/report_metrics.tcl
44

55
proc load_design { design_file sdc_file } {
6-
# Workaround for flaky STA under mutlithreading starting
7-
# with the rel_3.0 upgrade
8-
sta::set_thread_count 1
9-
106
# Do not reload if design is already loaded
117
set db [ord::get_db]
128
if { [$db getChip] != "NULL" && [[$db getChip] getBlock] != "NULL" } {

tools/OpenROAD

Submodule OpenROAD updated 118 files

0 commit comments

Comments
 (0)