Sta::removeNetLoadCaps()

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2023-02-22 14:50:49 -07:00
parent cc2ef1783f
commit 5fbe059b61
4 changed files with 25 additions and 10 deletions
+2
View File
@@ -583,6 +583,8 @@ public:
float cap);
static void movePortExtCaps(Sdc *from,
Sdc *to);
// Remove all "set_load net" annotations.
void removeNetLoadCaps();
void setNetWireCap(const Net *net,
bool subtract_pin_cap,
const Corner *corner,
+2
View File
@@ -179,6 +179,8 @@ public:
const Corner *corner,
const MinMaxAll *min_max,
float cap);
// Remove all "set_load net" annotations.
void removeNetLoadCaps() const;
// Set port external fanout (used by wireload models).
void setPortExtFanout(const Port *port,
int fanout,