issue41 genclk master search

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2024-06-13 10:03:09 -07:00
parent 8d65a6258d
commit 87816b3030
1 changed files with 2 additions and 1 deletions

View File

@ -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()