Network::location(pin)

This commit is contained in:
James Cherry
2020-07-06 15:59:16 -07:00
parent ccff78468b
commit 2cab7b18e5
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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);