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

/gem5/ext/mcpat/
H A Dsystem.cc54 int currCore = 0; local
71 // TODO: If homogeneous cores, and currCore > 0, just copy core 0
72 children.push_back(new Core(childXML, currCore, &interface_ip));
73 currCore++;

Completed in 5 milliseconds