rm LibertyLibrary::found_rise_fall_caps_
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
3992c34aee
commit
4b0e6e8e0d
|
|
@ -340,8 +340,6 @@ protected:
|
|||
SupplyVoltageMap supply_voltage_map_;
|
||||
LibertyCellSeq *buffers_;
|
||||
|
||||
// Set if any library has rise/fall capacitances.
|
||||
static bool found_rise_fall_caps_;
|
||||
static constexpr float input_threshold_default_ = .5;
|
||||
static constexpr float output_threshold_default_ = .5;
|
||||
static constexpr float slew_lower_threshold_default_ = .2;
|
||||
|
|
|
|||
|
|
@ -43,8 +43,6 @@ typedef Set<TimingModel*> TimingModelSet;
|
|||
typedef Set<FuncExpr*> FuncExprSet;
|
||||
typedef Set<LatchEnable*> LatchEnableSet;
|
||||
|
||||
bool LibertyLibrary::found_rise_fall_caps_ = false;
|
||||
|
||||
void
|
||||
initLiberty()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue