Skip to content

Commit 7cf7b72

Browse files
authored
Merge pull request #9746 from The-OpenROAD-Project-staging/update_or_for_update_sta
Update or for update sta
2 parents fe21651 + 2422c56 commit 7cf7b72

16 files changed

Lines changed: 297 additions & 279 deletions

src/cts/src/TechChar.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "sta/Sdc.hh"
3333
#include "sta/Search.hh"
3434
#include "sta/SearchClass.hh"
35-
#include "sta/StringSeq.hh"
3635
#include "sta/TableModel.hh"
3736
#include "sta/TimingArc.hh"
3837
#include "sta/TimingModel.hh"
@@ -1091,7 +1090,7 @@ void TechChar::createStaInstance()
10911090
for (auto scene : openSta_->scenes()) {
10921091
scene_names.push_back(scene->name().c_str());
10931092
}
1094-
openStaChar_->makeScenes(&scene_names);
1093+
openStaChar_->makeScenes(scene_names);
10951094

10961095
// Gets the corner and other analysis attributes from the new instance.
10971096
charCorner_ = openStaChar_->cmdScene();

src/gpl/src/mbff.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#include "sta/Search.hh"
5353
#include "sta/SearchClass.hh"
5454
#include "sta/Sequential.hh"
55+
#include "sta/StringUtil.hh"
5556
#include "utl/Logger.h"
5657

5758
namespace gpl {
@@ -2477,7 +2478,7 @@ void MBFF::ReadPaths()
24772478
sta_->searchPreamble();
24782479
sta_->ensureLevelized();
24792480
sta::Search* search = sta_->search();
2480-
sta::StdStringSeq empty_group_names;
2481+
sta::StringSeq empty_group_names;
24812482
sta::PathEndSeq path_ends = search->findPathEnds(e_from,
24822483
e_thrus,
24832484
e_to,

0 commit comments

Comments
 (0)