format
This commit is contained in:
parent
d45a28a258
commit
d343f09723
|
|
@ -2167,10 +2167,10 @@ ReportPath::pathFromGenPropClk(const Path *clk_path,
|
||||||
float insertion;
|
float insertion;
|
||||||
bool exists;
|
bool exists;
|
||||||
sdc_->clockInsertion(clk, clk_info->clkSrc(),
|
sdc_->clockInsertion(clk, clk_info->clkSrc(),
|
||||||
clk_edge->transition(),
|
clk_edge->transition(),
|
||||||
clk_path->minMax(this),
|
clk_path->minMax(this),
|
||||||
early_late,
|
early_late,
|
||||||
insertion, exists);
|
insertion, exists);
|
||||||
return !exists
|
return !exists
|
||||||
&& clk->isGeneratedWithPropagatedMaster();
|
&& clk->isGeneratedWithPropagatedMaster();
|
||||||
}
|
}
|
||||||
|
|
@ -2187,8 +2187,8 @@ ReportPath::isGenPropClk(const Clock *clk,
|
||||||
float insertion;
|
float insertion;
|
||||||
bool exists;
|
bool exists;
|
||||||
sdc_->clockInsertion(clk, clk->srcPin(), clk_rf,
|
sdc_->clockInsertion(clk, clk->srcPin(), clk_rf,
|
||||||
min_max, early_late,
|
min_max, early_late,
|
||||||
insertion, exists);
|
insertion, exists);
|
||||||
return !exists
|
return !exists
|
||||||
&& clk->isGeneratedWithPropagatedMaster();
|
&& clk->isGeneratedWithPropagatedMaster();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue