mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-08 04:31:14 +02:00
rm Sta::isDisabledClock
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -429,8 +429,6 @@ public:
|
||||
bool isDisabledConstant(Edge *edge);
|
||||
// Edge is default cond disabled by timing_disable_cond_default_arcs var.
|
||||
bool isDisabledCondDefault(Edge *edge);
|
||||
// Edge is disabled to prpath a clock from propagating.
|
||||
bool isDisabledClock(Edge *edge);
|
||||
// Return a set of constant pins that disabled edge.
|
||||
// Caller owns the returned set.
|
||||
PinSet disabledConstantPins(Edge *edge);
|
||||
|
||||
Reference in New Issue
Block a user