Searched refs:updateTristate (Results 1 - 7 of 7) sorted by relevance
/gem5/ext/dsent/model/std_cells/ |
H A D | CellMacros.h | 66 static void updateTristate(StdCell* cell_, const String& name_, double normalized_size_);
|
H A D | DFFQ.cc | 315 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 D | XOR2.cc | 244 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 1.000); 245 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 1.000);
|
H A D | LATQ.cc | 261 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.5); 262 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.0625);
|
H A D | MUX2.cc | 264 CellMacros::updateTristate(this, "INVZ1", drive_strength_ * 0.500); 265 CellMacros::updateTristate(this, "INVZ2", drive_strength_ * 0.500);
|
H A D | ADDF.cc | 374 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 D | CellMacros.cc | 365 void CellMacros::updateTristate(StdCell* cell_, const String& name_, double normalized_size_) function in class:DSENT::CellMacros
|
Completed in 11 milliseconds