LibertyPort::less

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-04-18 11:39:03 -07:00
parent 668cfb26af
commit 6c9af4a5fa
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class TimingArcSet
public:
~TimingArcSet();
std::string to_string();
std::string to_string() const;
LibertyCell *libertyCell() const;
LibertyPort *from() const { return from_; }
LibertyPort *to() const { return to_; }