We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a3cdc commit 79d8a5eCopy full SHA for 79d8a5e
search/ClkSkew.cc
@@ -421,7 +421,8 @@ ClkSkews::findClkSkew(Vertex *src_vertex,
421
while (src_iter.hasNext()) {
422
Path *src_path = src_iter.next();
423
const Clock *src_clk = src_path->clock(this);
424
- if (src_rf->matches(src_path->transition(this))
+ if (src_path->isClock(this)
425
+ && src_rf->matches(src_path->transition(this))
426
&& src_path->minMax(this) == setup_hold_
427
&& clk_set_.find(src_clk) != clk_set_.end()) {
428
Corner *src_corner = src_path->pathAnalysisPt(this)->corner();
0 commit comments