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

/gem5/ext/mcpat/
H A Dcore.h117 InstFetchParameters inst_fetch_params; member in class:InstFetchU
H A Dcore.cc139 size = inst_fetch_params.btb_size;
140 line = inst_fetch_params.btb_block_size;
141 assoc = inst_fetch_params.btb_assoc;
142 banks = inst_fetch_params.btb_num_banks;
167 interface_ip.throughput = inst_fetch_params.btb_throughput / clockRate;
168 interface_ip.latency = inst_fetch_params.btb_latency / clockRate;
211 memset(&inst_fetch_params,0,sizeof(InstFetchParameters));
230 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
[all...]

Completed in 8 milliseconds