PathGroup::name std::string

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-03-08 16:39:48 -07:00
parent 28b9401e31
commit 9b2bdf85e1
2 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -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);