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

/gem5/ext/dsent/model/std_cells/
H A DCellMacros.h49 static void addNand2(StdCell* cell_, const String& name_, bool sizable_, bool a1_to_zn_path_, bool a2_to_zn_path_,
H A DAND2.cc221 CellMacros::addNand2(this, "NAND2", false, true, true, "A", "B", "Y_b");
H A DNAND2.cc215 CellMacros::addNand2(this, "NAND", true, true, true, "A", "B", "Y");
H A DADDF.cc365 CellMacros::addNand2(this, "NAND1", false, true, true, "CI", "P", "CP");
366 CellMacros::addNand2(this, "NAND2", false, true, true, "A", "B", "G");
367 CellMacros::addNand2(this, "NAND3", true, true, true, "CP", "G", "CO");
H A DCellMacros.cc137 void CellMacros::addNand2(StdCell* cell_, const String& name_, function in class:DSENT::CellMacros

Completed in 9 milliseconds