Searched refs:updateNand2 (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.h52 static void updateNand2(StdCell* cell_, const String& name_, double normalized_size_);
H A DAND2.cc223 CellMacros::updateNand2(this, "NAND2", drive_strength_ * 0.5);
H A DNAND2.cc216 CellMacros::updateNand2(this, "NAND", drive_strength_);
H A DADDF.cc378 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 DCellMacros.cc168 void CellMacros::updateNand2(StdCell* cell_, const String& name_, double normalized_size_) function in class:DSENT::CellMacros

Completed in 19 milliseconds