mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 11:51:47 +02:00
LibertyPort::capacitance()
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user