From f8338bb5534594ba55d6caecc8e7528166a72467 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 22 Jan 2024 09:21:35 -0700 Subject: [PATCH] report_parasitic_annotation no graph Signed-off-by: James Cherry --- search/Sta.cc | 1 - tcl/StaTcl.i | 1 - 2 files changed, 2 deletions(-) diff --git a/search/Sta.cc b/search/Sta.cc index bb8c2100..eb617e9b 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -3935,7 +3935,6 @@ Sta::reportParasiticAnnotation(bool report_unannotated, const Corner *corner) { ensureGraph(); - findDelays(); sta::reportParasiticAnnotation(report_unannotated, corner, this); } diff --git a/tcl/StaTcl.i b/tcl/StaTcl.i index 4e856ad8..33b9c2fa 100644 --- a/tcl/StaTcl.i +++ b/tcl/StaTcl.i @@ -59,7 +59,6 @@ #include "ExceptionPath.hh" #include "Sdc.hh" #include "Graph.hh" -#include "Parasitics.hh" #include "DelayCalc.hh" #include "DcalcAnalysisPt.hh" #include "Corner.hh"