mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-30 09:48:30 +02:00
set_load port does not override parasitics
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+3
-4
@@ -936,7 +936,7 @@ public:
|
||||
float &pin_cap,
|
||||
float &wire_cap,
|
||||
float &fanout,
|
||||
bool &has_set_load) const;
|
||||
bool &has_net_load) const;
|
||||
void portExtFanout(const Port *port,
|
||||
const Corner *corner,
|
||||
const MinMax *min_max,
|
||||
@@ -1222,8 +1222,7 @@ protected:
|
||||
const MinMax *min_max,
|
||||
float &pin_cap,
|
||||
float &wire_cap,
|
||||
float &fanout,
|
||||
bool &has_ext_cap) const;
|
||||
float &fanout) const;
|
||||
void netCaps(const Pin *drvr_pin,
|
||||
const RiseFall *rf,
|
||||
const OperatingConditions *op_cond,
|
||||
@@ -1233,7 +1232,7 @@ protected:
|
||||
float &pin_cap,
|
||||
float &wire_cap,
|
||||
float &fanout,
|
||||
bool &has_set_load) const;
|
||||
bool &has_net_load) const;
|
||||
// connectedCap pin_cap.
|
||||
float connectedPinCap(const Pin *pin,
|
||||
const RiseFall *rf,
|
||||
|
||||
@@ -253,7 +253,7 @@ protected:
|
||||
TableTemplate *tbl_template_;
|
||||
// ScaleFactorType gcc barfs if this is dcl'd.
|
||||
unsigned scale_factor_type_:scale_factor_bits;
|
||||
unsigned tr_index_:RiseFall::index_bit_count;
|
||||
unsigned rf_index_:RiseFall::index_bit_count;
|
||||
bool is_scaled_:1;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user