Searched refs:updateInverter (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.h59 static void updateInverter(StdCell* cell_, const String& name_, double normalized_size_);
H A DBUF.cc176 CellMacros::updateInverter(this, "INV0", drive_strength_ * 0.367);
177 CellMacros::updateInverter(this, "INV1", drive_strength_ * 1.0);
H A DDFFQ.cc309 CellMacros::updateInverter(this, "INV1", drive_strength_ * 0.125);
310 CellMacros::updateInverter(this, "INV2", drive_strength_ * 0.5);
311 CellMacros::updateInverter(this, "INV3", drive_strength_ * 0.5);
312 CellMacros::updateInverter(this, "INV4", drive_strength_ * 1.0);
313 CellMacros::updateInverter(this, "INV5", drive_strength_ * 0.125);
314 CellMacros::updateInverter(this, "INV6", drive_strength_ * 0.125);
H A DLATQ.cc257 CellMacros::updateInverter(this, "INV1", drive_strength_ * 0.125);
258 CellMacros::updateInverter(this, "INV2", drive_strength_ * 0.5);
259 CellMacros::updateInverter(this, "INV3", drive_strength_ * 1.0);
260 CellMacros::updateInverter(this, "INV4", drive_strength_ * 0.125);
H A DINV.cc185 CellMacros::updateInverter(this, "INV", drive_strength_);
H A DXOR2.cc242 CellMacros::updateInverter(this, "INV1", drive_strength_ * 0.500);
243 CellMacros::updateInverter(this, "INV2", drive_strength_ * 0.500);
H A DMUX2.cc262 CellMacros::updateInverter(this, "INV1", drive_strength_ * 0.250);
263 CellMacros::updateInverter(this, "INV2", drive_strength_ * 1.000);
H A DADDF.cc370 CellMacros::updateInverter(this, "INV1", drive_strength_ * 0.250);
371 CellMacros::updateInverter(this, "INV2", drive_strength_ * 0.250);
372 CellMacros::updateInverter(this, "INV3", drive_strength_ * 0.250);
373 CellMacros::updateInverter(this, "INV4", drive_strength_ * 0.500);
H A DAND2.cc224 CellMacros::updateInverter(this, "INV", drive_strength_ * 1.0);
H A DOR2.cc221 CellMacros::updateInverter(this, "INV", drive_strength_ * 1.0);
H A DCellMacros.cc266 void CellMacros::updateInverter(StdCell* cell_, const String& name_, double normalized_size_) function in class:DSENT::CellMacros

Completed in 19 milliseconds