parent
0d7c89f544
commit
6d039659cb
|
|
@ -230,14 +230,14 @@ void
|
||||||
CheckTiming::checkUnconstrainedEndpoints()
|
CheckTiming::checkUnconstrainedEndpoints()
|
||||||
{
|
{
|
||||||
PinSet unconstrained_ends(network_);
|
PinSet unconstrained_ends(network_);
|
||||||
checkUnconstraintedOutputs(unconstrained_ends);
|
checkUnconstrainedOutputs(unconstrained_ends);
|
||||||
checkUnconstrainedSetups(unconstrained_ends);
|
checkUnconstrainedSetups(unconstrained_ends);
|
||||||
pushPinErrors("Warning: There %is %d unconstrained endpoint%s.",
|
pushPinErrors("Warning: There %is %d unconstrained endpoint%s.",
|
||||||
unconstrained_ends);
|
unconstrained_ends);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
CheckTiming::checkUnconstraintedOutputs(PinSet &unconstrained_ends)
|
CheckTiming::checkUnconstrainedOutputs(PinSet &unconstrained_ends)
|
||||||
{
|
{
|
||||||
Instance *top_inst = network_->topInstance();
|
Instance *top_inst = network_->topInstance();
|
||||||
InstancePinIterator *pin_iter = network_->pinIterator(top_inst);
|
InstancePinIterator *pin_iter = network_->pinIterator(top_inst);
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ protected:
|
||||||
void checkUnconstrainedEndpoints();
|
void checkUnconstrainedEndpoints();
|
||||||
bool hasClkedArrival(Vertex *vertex);
|
bool hasClkedArrival(Vertex *vertex);
|
||||||
void checkNoOutputDelay(PinSet &ends);
|
void checkNoOutputDelay(PinSet &ends);
|
||||||
void checkUnconstraintedOutputs(PinSet &unconstrained_ends);
|
void checkUnconstrainedOutputs(PinSet &unconstrained_ends);
|
||||||
void checkUnconstrainedSetups(PinSet &unconstrained_ends);
|
void checkUnconstrainedSetups(PinSet &unconstrained_ends);
|
||||||
void checkLoops();
|
void checkLoops();
|
||||||
bool hasClkedDepature(Pin *pin);
|
bool hasClkedDepature(Pin *pin);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue