Searched refs:is_tag (Results 1 - 9 of 9) sorted by relevance
/gem5/ext/mcpat/cacti/ |
H A D | Ucache.h | 76 bool is_tag, 93 void init_tech_params(double tech, bool is_tag); 98 bool is_tag; member in struct:calc_time_mt_wrapper_struct
|
H A D | parameter.cc | 200 is_tag(is_tag_), pure_ram(pure_ram_), pure_cam(pure_cam_), tagbits(0), 205 ram_cell_tech_type = (is_tag) ? g_ip->tag_arr_ram_cell_tech_type : g_ip->data_arr_ram_cell_tech_type; 224 if ((is_dram) && (!is_tag) && (Ndcm > 1)) { 239 if (is_tag) { 340 if (is_tag) { 459 if (!is_tag) { 510 if (is_tag) { 525 // if (is_tag == false && g_ip->is_cache == true && !fully_assoc && !pure_cam && //TODO: TODO burst transfer should also apply to RAM arrays 526 if (is_tag == false && g_ip->is_main_mem == true && 539 if (!is_tag) { [all...] |
H A D | Ucache.cc | 99 bool is_tag = calc_obj->is_tag; local 146 if (g_ip->force_cache_config && is_tag == false) { 160 if (is_tag == true) { 161 is_valid_partition = calculate_time(is_tag, pure_ram, pure_cam, Nspd, Ndwl, 168 if (is_tag == false || g_ip->fully_assoc) { 169 is_valid_partition = calculate_time(is_tag/*false*/, pure_ram, pure_cam, Nspd, Ndwl, 176 if (is_tag == true) { 181 if (is_tag == false || g_ip->fully_assoc) { 188 if (g_ip->force_cache_config && is_tag 219 calculate_time( bool is_tag, int pure_ram, bool pure_cam, double Nspd, unsigned int Ndwl, unsigned int Ndbl, unsigned int Ndcm, unsigned int Ndsam_lev_1, unsigned int Ndsam_lev_2, mem_array *ptr_array, int flag_results_populate, results_mem_array *ptr_results, uca_org_t *ptr_fin_res, bool is_main_mem) argument 726 bool is_tag; local [all...] |
H A D | parameter.h | 280 bool is_tag; member in class:DynamicParameter
|
H A D | uca.cc | 67 if (g_ip->fast_access && dp.is_tag == false) { 395 if (dp.is_tag == false) {
|
H A D | bank.cc | 76 if (g_ip->fast_access && dp.is_tag == false) {
|
H A D | router.cc | 143 dyn_p.is_tag = false;
|
H A D | mat.cc | 158 // if (is_fa && (!dp.is_tag)) 314 if ((!is_fa) && (dp.is_tag)) { 586 if (dp.is_tag == true && dp.fully_assoc == false) { 1210 if (dp.is_tag == false || is_fa == false) {
|
H A D | technology.cc | 62 void init_tech_params(double technology, bool is_tag) { argument 71 uint32_t ram_cell_tech_type = (is_tag) ? g_ip->tag_arr_ram_cell_tech_type : g_ip->data_arr_ram_cell_tech_type; 72 uint32_t peri_global_tech_type = (is_tag) ? g_ip->tag_arr_peri_global_tech_type : g_ip->data_arr_peri_global_tech_type;
|
Completed in 34 milliseconds