LibertyPort::capacitance()

This commit is contained in:
James Cherry
2020-07-09 16:10:21 -07:00
parent b54125a1ae
commit b7a572cfe2
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -636,6 +636,7 @@ public:
float &fanout_load,
bool &exists) const;
void setFanoutLoad(float fanout_load);
float capacitance() const;
float capacitance(const RiseFall *rf,
const MinMax *min_max) const;
void capacitance(const RiseFall *rf,
+3
View File
@@ -36,6 +36,9 @@ public:
float &value,
bool &exists) const;
bool hasValue() const;
void maxValue(// Return values
float &max_value,
bool &exists) const;
bool empty() const;
bool hasValue(const RiseFall *rf,
const MinMax *min_max) const;