Sta::findRequired(vertex) public
Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
parent
0fe167a80d
commit
133580eeae
|
|
@ -1042,6 +1042,7 @@ public:
|
|||
int endpointViolationCount(const MinMax *min_max);
|
||||
// Find all required times after updateTiming().
|
||||
void findRequireds();
|
||||
void findRequired(Vertex *vertex);
|
||||
std::string reportDelayCalc(Edge *edge,
|
||||
TimingArc *arc,
|
||||
const Scene *scene,
|
||||
|
|
@ -1525,7 +1526,6 @@ protected:
|
|||
const Mode *mode,
|
||||
// Return value.
|
||||
PinSet &pins);
|
||||
void findRequired(Vertex *vertex);
|
||||
|
||||
void reportDelaysWrtClks(const Pin *pin,
|
||||
const Scene *scene,
|
||||
|
|
|
|||
Loading…
Reference in New Issue