Skip to content

Commit 12f317c

Browse files
authored
Merge pull request #9559 from The-OpenROAD-Project-staging/sta-enable-mt
Lift forcing of STA to single-threaded
2 parents ec948f6 + 9c509ab commit 12f317c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/OpenRoad.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,7 @@ void OpenRoad::setThreadCount(int threads, bool print_info)
661661
}
662662

663663
// place limits on tools with threads
664-
// sta_->setThreadCount(threads_);
665-
666-
// Temporary until some issues can be resolved related to multi-mode.
667-
sta_->setThreadCount(1);
664+
sta_->setThreadCount(threads_);
668665
}
669666

670667
void OpenRoad::setThreadCount(const char* threads, bool print_info)

0 commit comments

Comments
 (0)