mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02:00
remove any diffs from upstream/master
Signed-off-by: Matt Liberty <[email protected]>
This commit is contained in:
@@ -181,7 +181,7 @@ public:
|
||||
const DcalcAnalysisPt *dcalc_ap,
|
||||
// Return values.
|
||||
ArcDelay &gate_delay,
|
||||
Slew &drvr_slew); // __attribute__ ((deprecated));
|
||||
Slew &drvr_slew) __attribute__ ((deprecated));
|
||||
|
||||
// Find gate delays and slews for parallel gates.
|
||||
virtual ArcDcalcResultSeq gateDelays(ArcDcalcArgSeq &args,
|
||||
|
||||
@@ -804,7 +804,7 @@ public:
|
||||
const MinMax *min_max) const;
|
||||
// Assumes input slew of 0.0.
|
||||
RiseFallMinMax clkTreeDelays() const;
|
||||
RiseFallMinMax clockTreePathDelays() const; // __attribute__ ((deprecated));
|
||||
RiseFallMinMax clockTreePathDelays() const __attribute__ ((deprecated));
|
||||
|
||||
static bool equiv(const LibertyPort *port1,
|
||||
const LibertyPort *port2);
|
||||
|
||||
Reference in New Issue
Block a user