Searched refs:addTristate (Results 1 - 7 of 7) sorted by relevance
/gem5/ext/dsent/model/std_cells/ |
H A D | CellMacros.h | 63 static void addTristate(StdCell* cell_, const String& name_, bool sizable_, bool a_to_zn_path_, bool oe_to_zn_path_, bool oen_to_zn_path_,
|
H A D | DFFQ.cc | 303 CellMacros::addTristate(this, "INVZ1", false, true, false, false, "D_b", "CK_b", "CK_i", "M_b"); //trace timing through A->ZN path only 304 CellMacros::addTristate(this, "INVZ2", false, false, false, false, "M", "CK_i", "CK_b", "M_b"); //don't trace timing through the feedback path 305 CellMacros::addTristate(this, "INVZ3", false, false, true, true, "M", "CK_i", "CK_b", "M_i"); //trace timing from OE->ZN and OEN->ZN paths only 306 CellMacros::addTristate(this, "INVZ4", false, false, false, false, "Q_b", "CK_b", "CK_i", "M_i"); //don't trace timing through the feedback path
|
H A D | XOR2.cc | 238 CellMacros::addTristate(this, "INVZ1", true, true, true, true, "B", "A", "A_b", "Y"); 239 CellMacros::addTristate(this, "INVZ2", true, true, true, true, "B_b", "A_b", "A", "Y");
|
H A D | LATQ.cc | 253 CellMacros::addTristate(this, "INVZ1", false, true, false, false, "D_b", "G", "G_b", "Q_i"); //trace timing through A->ZN path only 254 CellMacros::addTristate(this, "INVZ2", false, false, false, false, "Q_b", "G_b", "G", "Q_i"); //don't trace timing through the feedback path
|
H A D | MUX2.cc | 258 CellMacros::addTristate(this, "INVZ1", true, true, true, true, "A", "S0_b", "S0", "Y_b"); 259 CellMacros::addTristate(this, "INVZ2", true, true, true, true, "B", "S0", "S0_b", "Y_b");
|
H A D | ADDF.cc | 361 CellMacros::addTristate(this, "INVZ1", false, true, true, true, "B", "A", "A_b", "P"); 362 CellMacros::addTristate(this, "INVZ2", false, true, true, true, "B_b", "A_b", "A", "P"); 363 CellMacros::addTristate(this, "INVZ3", true, true, true, true, "P", "CI", "CI_b", "S"); 364 CellMacros::addTristate(this, "INVZ4", true, true, true, true, "P_b", "CI_b", "CI", "S");
|
H A D | CellMacros.cc | 329 void CellMacros::addTristate(StdCell* cell_, const String& name_, function in class:DSENT::CellMacros
|
Completed in 21 milliseconds