Searched refs:updateTristate (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.h66 static void updateTristate(StdCell* cell_, const String& name_, double normalized_size_);
H A DDFFQ.cc315 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.5);
316 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.0625);
317 CellMacros::updateTristate(this, "INVZ3", drive_strength_ * 0.5);
318 CellMacros::updateTristate(this, "INVZ4", drive_strength_ * 0.0625);
H A DXOR2.cc244 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 1.000);
245 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 1.000);
H A DLATQ.cc261 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.5);
262 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.0625);
H A DMUX2.cc264 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.500);
265 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.500);
H A DADDF.cc374 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.250);
375 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.250);
376 CellMacros::updateTristate(this, "INVZ3", drive_strength_ * 0.500);
377 CellMacros::updateTristate(this, "INVZ4", drive_strength_ * 0.500);
H A DCellMacros.cc365 void CellMacros::updateTristate(StdCell* cell_, const String& name_, double normalized_size_) function in class:DSENT::CellMacros

Completed in 12 milliseconds