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

/gem5/ext/mcpat/
H A Dsystem.cc207 ASSIGN_INT_IF("target_core_clockrate", target_core_clockrate);
208 ASSIGN_INT_IF("temperature", temperature);
209 ASSIGN_INT_IF("device_type", device_type);
210 ASSIGN_INT_IF("longer_channel_device", longer_channel_device);
211 ASSIGN_INT_IF("interconnect_projection_type",
213 ASSIGN_INT_IF("machine_bits", data_path_width);
214 ASSIGN_INT_IF("virtual_address_width", virtual_address_width);
215 ASSIGN_INT_IF("physical_address_width", physical_address_width);
216 ASSIGN_INT_IF("virtual_memory_page_size", virtual_memory_page_size);
217 ASSIGN_INT_IF("wire_is_mat_typ
[all...]
H A Dbus_interconnect.cc107 ASSIGN_INT_IF("flit_bits", bus_params.flit_size);
110 ASSIGN_INT_IF("total_nodes", bus_params.total_nodes);
111 ASSIGN_INT_IF("input_ports", bus_params.input_ports);
112 ASSIGN_INT_IF("output_ports", bus_params.output_ports);
113 ASSIGN_INT_IF("global_linked_ports", bus_params.global_linked_ports);
115 ASSIGN_INT_IF("pipelinable", bus_params.pipelinable);
118 ASSIGN_INT_IF("virtual_channel_per_port",
126 ASSIGN_INT_IF("wire_mat_type", mat_type);
H A Dnoc.cc191 ASSIGN_INT_IF("type", noc_params.type);
193 ASSIGN_INT_IF("flit_bits", noc_params.flit_size);
197 ASSIGN_INT_IF("input_ports", noc_params.input_ports);
198 ASSIGN_INT_IF("output_ports", noc_params.output_ports);
199 ASSIGN_INT_IF("global_linked_ports", noc_params.global_linked_ports);
200 ASSIGN_INT_IF("horizontal_nodes", noc_params.horizontal_nodes);
201 ASSIGN_INT_IF("vertical_nodes", noc_params.vertical_nodes);
205 ASSIGN_INT_IF("has_global_link", noc_params.has_global_link);
206 ASSIGN_INT_IF("virtual_channel_per_port",
208 ASSIGN_INT_IF("input_buffer_entries_per_v
[all...]
H A Dcacheunit.cc482 ASSIGN_INT_IF("level", level);
489 ASSIGN_INT_IF("miss_buffer_size", cache_params.missb_size);
490 ASSIGN_INT_IF("fetch_buffer_size", cache_params.fu_size);
491 ASSIGN_INT_IF("prefetch_buffer_size", cache_params.prefetchb_size);
492 ASSIGN_INT_IF("writeback_buffer_size", cache_params.wbb_size);
493 ASSIGN_INT_IF("miss_buffer_assoc", cache_params.missb_assoc);
494 ASSIGN_INT_IF("fetch_buffer_assoc", cache_params.fu_assoc);
495 ASSIGN_INT_IF("prefetch_buffer_assoc", cache_params.prefetchb_assoc);
496 ASSIGN_INT_IF("writeback_buffer_assoc", cache_params.wbb_assoc);
497 ASSIGN_INT_IF("miss_buffer_bank
[all...]
H A Dcommon.h46 #define ASSIGN_INT_IF(str, lhs) STRCMP(node_name, str) \ macro
H A Dmemoryctrl.cc515 ASSIGN_INT_IF("tech_type", tech_type);
518 ASSIGN_INT_IF("llc_line_length", mcp.llc_line_length);
519 ASSIGN_INT_IF("databus_width", mcp.databus_width);
520 ASSIGN_INT_IF("memory_channels_per_mc", mcp.num_channels);
521 ASSIGN_INT_IF("req_window_size_per_channel",
523 ASSIGN_INT_IF("IO_buffer_size_per_channel",
525 ASSIGN_INT_IF("addressbus_width", mcp.addressbus_width);
526 ASSIGN_INT_IF("opcode_width", mcp.opcodeW);
527 ASSIGN_INT_IF("type", mcp.type);
530 ASSIGN_INT_IF("peak_transfer_rat
[all...]
H A Dcore.cc230 ASSIGN_INT_IF("size", inst_fetch_params.btb_size);
231 ASSIGN_INT_IF("block_size", inst_fetch_params.btb_block_size);
232 ASSIGN_INT_IF("assoc", inst_fetch_params.btb_assoc);
233 ASSIGN_INT_IF("num_banks", inst_fetch_params.btb_num_banks);
234 ASSIGN_INT_IF("latency", inst_fetch_params.btb_latency);
235 ASSIGN_INT_IF("throughput", inst_fetch_params.btb_throughput);
236 ASSIGN_INT_IF("rw_ports", inst_fetch_params.btb_rw_ports);
475 ASSIGN_INT_IF("assoc", branch_pred_params.assoc);
476 ASSIGN_INT_IF("nbanks", branch_pred_params.nbanks);
477 ASSIGN_INT_IF("local_l1_predictor_siz
[all...]
H A Diocontrollers.cc209 ASSIGN_INT_IF("num_units", niup.num_units);
210 ASSIGN_INT_IF("type", niup.type);
370 ASSIGN_INT_IF("num_units", pciep.num_units);
371 ASSIGN_INT_IF("num_channels", pciep.num_channels);
372 ASSIGN_INT_IF("type", pciep.type);
515 ASSIGN_INT_IF("num_channels", fcp.num_channels);
516 ASSIGN_INT_IF("type", fcp.type);

Completed in 18 milliseconds