From d343f097238a7f7c87b842eb7536ec3495e54da7 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Thu, 21 May 2020 07:47:34 -0700 Subject: [PATCH] format --- search/ReportPath.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/search/ReportPath.cc b/search/ReportPath.cc index e0eb8811..06bc8831 100644 --- a/search/ReportPath.cc +++ b/search/ReportPath.cc @@ -2167,10 +2167,10 @@ ReportPath::pathFromGenPropClk(const Path *clk_path, float insertion; bool exists; sdc_->clockInsertion(clk, clk_info->clkSrc(), - clk_edge->transition(), - clk_path->minMax(this), - early_late, - insertion, exists); + clk_edge->transition(), + clk_path->minMax(this), + early_late, + insertion, exists); return !exists && clk->isGeneratedWithPropagatedMaster(); } @@ -2187,8 +2187,8 @@ ReportPath::isGenPropClk(const Clock *clk, float insertion; bool exists; sdc_->clockInsertion(clk, clk->srcPin(), clk_rf, - min_max, early_late, - insertion, exists); + min_max, early_late, + insertion, exists); return !exists && clk->isGeneratedWithPropagatedMaster(); }