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

/gem5/ext/mcpat/
H A Dsystem.h59 int interconnect_projection_type; member in class:System
H A Dsystem.cc176 displayInterconnectType(interconnect_projection_type, indent);
192 interconnect_projection_type = -1;
211 ASSIGN_INT_IF("interconnect_projection_type",
212 interconnect_projection_type);
254 interconnect_projection_type =
255 (interconnect_projection_type == 0) ? 0 : 1;
281 if (interconnect_projection_type < 0) {
282 errorUnspecifiedParam("interconnect_projection_type");
311 interface_ip.ic_proj_type = interconnect_projection_type;
H A Darch_const.h68 const int interconnect_projection_type = 0; variable

Completed in 7 milliseconds