mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-03 08:25:52 +02:00
Sta::removeNetLoadCaps()
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user