Searched refs:addNand2 (Results 1 - 5 of 5) sorted by relevance
/gem5/ext/dsent/model/std_cells/ |
H A D | CellMacros.h | 49 static void addNand2(StdCell* cell_, const String& name_, bool sizable_, bool a1_to_zn_path_, bool a2_to_zn_path_,
|
H A D | AND2.cc | 221 CellMacros::addNand2(this, "NAND2", false, true, true, "A", "B", "Y_b");
|
H A D | NAND2.cc | 215 CellMacros::addNand2(this, "NAND", true, true, true, "A", "B", "Y");
|
H A D | ADDF.cc | 365 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 D | CellMacros.cc | 137 void CellMacros::addNand2(StdCell* cell_, const String& name_, function in class:DSENT::CellMacros
|
Completed in 14 milliseconds