Lines Matching defs:ADDF
22 #include "model/std_cells/ADDF.h"
41 ADDF::ADDF(const String& instance_name_, const TechModel* tech_model_)
48 ADDF::~ADDF()
51 void ADDF::initProperties()
56 void ADDF::constructModel()
114 // Create ADDF Event Energy Result
115 createElectricalEventAtomicResult("ADDF");
122 void ADDF::updateModel()
153 void ADDF::evaluateModel()
158 void ADDF::useModel()
209 // Calculate ADDF Event energy
220 getEventResult("ADDF")->setValue(addf_event_energy);
225 void ADDF::propagateTransitionInfo()
330 void ADDF::cacheStdCell(StdCellLib* cell_lib_, double drive_strength_)