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

/gem5/ext/mcpat/
H A Dnoc.cc57 if (noc_params.type) {
65 router = new Router(noc_params.flit_size,
66 noc_params.virtual_channel_per_port *
67 noc_params.input_buffer_entries_per_vc,
68 noc_params.virtual_channel_per_port,
70 noc_params.input_ports, noc_params.output_ports,
71 noc_params.M_traffic_pattern);
75 noc_params.total_nodes);
86 if (noc_params
[all...]
H A Dnoc.h84 OnChipNetworkParameters noc_params; member in class:OnChipNetwork

Completed in 4 milliseconds