issue41 genclk master search
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
8d65a6258d
commit
87816b3030
|
|
@ -246,7 +246,8 @@ GenClkMasterSearchPred::searchThru(Edge *edge)
|
|||
const Sdc *sdc = sta_->sdc();
|
||||
TimingRole *role = edge->role();
|
||||
// Propagate clocks through constants.
|
||||
return !(edge->isDisabledLoop()
|
||||
return !(edge->role()->isTimingCheck()
|
||||
|| edge->isDisabledLoop()
|
||||
|| edge->isDisabledConstraint()
|
||||
// Constants disable edge cond expression.
|
||||
|| edge->isDisabledCond()
|
||||
|
|
|
|||
Loading…
Reference in New Issue