Searched refs:updateNand2 (Results 1 - 5 of 5) sorted by relevance
/gem5/ext/dsent/model/std_cells/ |
H A D | CellMacros.h | 52 static void updateNand2(StdCell* cell_, const String& name_, double normalized_size_);
|
H A D | AND2.cc | 223 CellMacros::updateNand2(this, "NAND2", drive_strength_ * 0.5);
|
H A D | NAND2.cc | 216 CellMacros::updateNand2(this, "NAND", drive_strength_);
|
H A D | ADDF.cc | 378 CellMacros::updateNand2(this, "NAND1", drive_strength_ * 0.500); 379 CellMacros::updateNand2(this, "NAND2", drive_strength_ * 0.500); 380 CellMacros::updateNand2(this, "NAND3", drive_strength_ * 1.000);
|
H A D | CellMacros.cc | 168 void CellMacros::updateNand2(StdCell* cell_, const String& name_, double normalized_size_) function in class:DSENT::CellMacros
|
Completed in 14 milliseconds