report_parasitic_annotation no graph
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
84586335f7
commit
f8338bb553
|
|
@ -3935,7 +3935,6 @@ Sta::reportParasiticAnnotation(bool report_unannotated,
|
|||
const Corner *corner)
|
||||
{
|
||||
ensureGraph();
|
||||
findDelays();
|
||||
sta::reportParasiticAnnotation(report_unannotated, corner, this);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue