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

/gem5/ext/mcpat/cacti/
H A Dnuca.h95 *wire_horizontal[WIRE_TYPES]; member in class:Nuca
H A Dnuca.cc100 delete wire_horizontal[i];
262 wire_horizontal[wr] = new Wire((enum Wire_type) wr, hlength);
266 calc_cycles(wire_horizontal[wr]->delay,
326 (wire_horizontal[wr]->power.readOp.dynamic) *
333 avg_hhop * (wire_horizontal[wr]->power.readOp.leakage *
334 wire_horizontal[wr]->delay) * flit_width +
336 wire_horizontal[wr]->delay);
356 (wire_horizontal[wr]->power.readOp.dynamic +
360 nuca_list.back()->h_wire = wire_horizontal[wr];

Completed in 6 milliseconds