mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
ReportPath const
commit 4d332349276d687b836e38a6b5fd80f0891094cd Author: James Cherry <cherry@parallaxsw.com> Date: Wed Jan 29 17:53:02 2025 -0700 GraphDelayCalc const Signed-off-by: James Cherry <cherry@parallaxsw.com> commit e1a397ef8f3b50c2ca939a2312d1e76b73c358a9 Author: James Cherry <cherry@parallaxsw.com> Date: Tue Jan 28 19:14:09 2025 -0700 ReportPath const Signed-off-by: James Cherry <cherry@parallaxsw.com> commit fe876cf884f1c1615e28dfcdda9a509cb01cd364 Author: James Cherry <cherry@parallaxsw.com> Date: Tue Jan 28 16:48:29 2025 -0700 const Signed-off-by: James Cherry <cherry@parallaxsw.com> Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
@@ -144,13 +144,13 @@ protected:
|
||||
void seedNoDrvrSlew(Vertex *drvr_vertex,
|
||||
const Pin *drvr_pin,
|
||||
const RiseFall *rf,
|
||||
DcalcAnalysisPt *dcalc_ap,
|
||||
const DcalcAnalysisPt *dcalc_ap,
|
||||
ArcDelayCalc *arc_delay_calc);
|
||||
void seedNoDrvrCellSlew(Vertex *drvr_vertex,
|
||||
const Pin *drvr_pin,
|
||||
const RiseFall *rf,
|
||||
InputDrive *drive,
|
||||
DcalcAnalysisPt *dcalc_ap,
|
||||
const InputDrive *drive,
|
||||
const DcalcAnalysisPt *dcalc_ap,
|
||||
ArcDelayCalc *arc_delay_calc);
|
||||
void seedLoadSlew(Vertex *vertex);
|
||||
void setInputPortWireDelays(Vertex *vertex);
|
||||
|
||||
Reference in New Issue
Block a user