Searched refs:addNor2 (Results 1 - 4 of 4) sorted by relevance
/gem5/ext/dsent/model/std_cells/ |
H A D | CellMacros.h | 42 static void addNor2(StdCell* cell_, const String& name_, bool sizable_, bool a1_to_zn_path_, bool a2_to_zn_path_,
|
H A D | NOR2.cc | 214 CellMacros::addNor2(this, "NOR", true, true, true, "A", "B", "Y");
|
H A D | OR2.cc | 216 CellMacros::addNor2(this, "NOR2", false, true, true, "A", "B", "Y_b");
|
H A D | CellMacros.cc | 37 void CellMacros::addNor2(StdCell* cell_, const String& name_, function in class:DSENT::CellMacros
|
Completed in 12 milliseconds