mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 10:48:35 +02:00
Sta::makeCorners virtual
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+1
-1
@@ -1236,7 +1236,7 @@ public:
|
||||
void setCmdCorner(Corner *corner);
|
||||
Corner *findCorner(const char *corner_name);
|
||||
bool multiCorner();
|
||||
void makeCorners(StringSet *corner_names);
|
||||
virtual void makeCorners(StringSet *corner_names);
|
||||
// Find all arc delays and vertex slews with delay calculator.
|
||||
virtual void findDelays();
|
||||
// Find arc delays and vertex slews thru to level of to_vertex.
|
||||
|
||||
Reference in New Issue
Block a user