rm LibertyPort::clkTreeDelays, clockTreePathDelays

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-02-28 14:57:00 -08:00
parent a6425a3364
commit cd21c43693
2 changed files with 0 additions and 32 deletions
-5
View File
@@ -892,10 +892,6 @@ public:
float clkTreeDelay(float in_slew,
const RiseFall *from_rf,
const MinMax *min_max) const;
// deprecated 2024-06-22
RiseFallMinMax clkTreeDelays() const __attribute__ ((deprecated));
// deprecated 2024-02-27
RiseFallMinMax clockTreePathDelays() const __attribute__ ((deprecated));
static bool equiv(const LibertyPort *port1,
const LibertyPort *port2);
@@ -916,7 +912,6 @@ protected:
void setMinPort(LibertyPort *min);
void addScaledPort(OperatingConditions *op_cond,
LibertyPort *scaled_port);
RiseFallMinMax clkTreeDelays1() const;
void setMemberFlag(bool value,
const std::function<void(LibertyPort*, bool)> &setter);
void setMemberFloat(float value,