mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-06 01:07:00 +02:00
Network::location(pin)
This commit is contained in:
@@ -326,9 +326,9 @@ public:
|
||||
// Return the physical X/Y coordinates of the pin.
|
||||
virtual void location(const Pin *pin,
|
||||
// Return values.
|
||||
double x,
|
||||
double y,
|
||||
bool exists) const;
|
||||
double &x,
|
||||
double &y,
|
||||
bool &exists) const;
|
||||
|
||||
int pinCount();
|
||||
int pinCount(Instance *inst);
|
||||
|
||||
Reference in New Issue
Block a user