report_clock_skew internal error when target register is unclocked

This commit is contained in:
James Cherry 2020-09-22 17:29:10 -07:00
parent b32582dfaa
commit 9c8d9569b5
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ ClkSkews::findClkSkew(Vertex *src_vertex,
PathVertex *tgt_path = tgt_iter.next();
Clock *tgt_clk = tgt_path->clock(this);
if (tgt_clk == src_clk
&& tgt_path->isClock(this)
&& tgt_rf->matches(tgt_path->transition(this))
&& tgt_path->minMax(this) == tgt_min_max
&& tgt_path->pathAnalysisPt(this)->corner() == src_corner) {