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

/gem5/ext/dsent/model/electrical/
H A DBarrelShifter.cc151 const String& buf_inv_1_name = "ShiftBufInv1_" + (String) n; local
155 StdCell* buf_inv_1 = getTechModel()->getStdCellLib()->createStdCell("INV", buf_inv_1_name);
170 getEventResult("BarrelShift")->addSubResult(buf_inv_1->getEventResult("INV"), buf_inv_1_name, 1.0);
219 const String& buf_inv_1_name = "ShiftBufInv1_" + (String) n; local
227 ElectricalModel* buf_inv_1 = (ElectricalModel*) getSubInstance(buf_inv_1_name);

Completed in 5 milliseconds