mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 16:29:50 +02:00
PathGroup::name std::string
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
float min_slack,
|
||||
float max_slack,
|
||||
const StaState *sta);
|
||||
const char *name() const { return name_.c_str(); }
|
||||
const std::string &name() const { return name_; }
|
||||
const MinMax *minMax() const { return min_max_;}
|
||||
const PathEndSeq &pathEnds() const { return path_ends_; }
|
||||
void insert(PathEnd *path_end);
|
||||
|
||||
Reference in New Issue
Block a user