remove any diffs from upstream/master
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
parent
1f9adb4b96
commit
ee8d3d0fa2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue