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

/gem5/ext/dsent/model/electrical/
H A DBarrelShifter.cc150 const String& buf_inv_0_name = "ShiftBufInv0_" + (String) n; local
153 StdCell* buf_inv_0 = getTechModel()->getStdCellLib()->createStdCell("INV", buf_inv_0_name);
169 getEventResult("BarrelShift")->addSubResult(buf_inv_0->getEventResult("INV"), buf_inv_0_name, 1.0);
218 const String& buf_inv_0_name = "ShiftBufInv0_" + (String) n; local
223 ElectricalModel* buf_inv_0 = (ElectricalModel*) getSubInstance(buf_inv_0_name);

Completed in 5 milliseconds