mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-22 05:57:30 +02:00
Sta::deleteParasitics
This commit is contained in:
@@ -1097,6 +1097,7 @@ public:
|
|||||||
const RiseFall *rf,
|
const RiseFall *rf,
|
||||||
const MinMaxAll *min_max,
|
const MinMaxAll *min_max,
|
||||||
float elmore);
|
float elmore);
|
||||||
|
void deleteParasitics();
|
||||||
|
|
||||||
// TCL network edit function support.
|
// TCL network edit function support.
|
||||||
virtual Instance *makeInstance(const char *name,
|
virtual Instance *makeInstance(const char *name,
|
||||||
|
|||||||
@@ -3674,6 +3674,14 @@ Sta::setElmore(Pin *drvr_pin,
|
|||||||
delaysInvalidFrom(drvr_pin);
|
delaysInvalidFrom(drvr_pin);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
Sta::deleteParasitics()
|
||||||
|
{
|
||||||
|
parasitics_->deleteParasitics();
|
||||||
|
graph_delay_calc_->delaysInvalid();
|
||||||
|
search_->arrivalsInvalid();
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// Network edit commands.
|
// Network edit commands.
|
||||||
|
|||||||
Reference in New Issue
Block a user