We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08bd928 + 4620880 commit 75efeffCopy full SHA for 75efeff
2 files changed
flow/scripts/load.tcl
@@ -3,10 +3,6 @@ source $::env(SCRIPTS_DIR)/util.tcl
3
source $::env(SCRIPTS_DIR)/report_metrics.tcl
4
5
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
-
10
# Do not reload if design is already loaded
11
set db [ord::get_db]
12
if { [$db getChip] != "NULL" && [[$db getChip] getBlock] != "NULL" } {
tools/OpenROAD
0 commit comments