Searched refs:num_mats_h_dir (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dparameter.cc422 num_mats_h_dir = 1;//one subarray per mat
426 num_mats_h_dir = 1;//two subarrays per mat
430 num_mats_h_dir = int(floor(sqrt(Ndbl / 4.0)));//4 subbarrys per mat
431 num_mats_v_dir = int(Ndbl / 4.0 / num_mats_h_dir);
433 num_mats = num_mats_h_dir * num_mats_v_dir;
443 num_mats_h_dir = MAX(Ndwl / 2, 1);
445 num_mats = num_mats_h_dir * num_mats_v_dir;
483 //num_do_b_mat = g_ip->tag_assoc / num_mats_h_dir;
501 num_act_mats_hor_dir_sl = num_mats_h_dir;//TODO: this is unnecessary, since search op, num_mats is used
532 if (num_act_mats_hor_dir > num_mats_h_dir) {
[all...]
H A Dparameter.h323 int num_mats_h_dir; member in class:DynamicParameter
H A Dbank.cc42 num_mats_hor_dir(dyn_p.num_mats_h_dir),
H A Drouter.cc167 dyn_p.num_mats_h_dir = 1;
H A Dmat.cc65 num_subarrays_per_row(dp.Ndwl / dp.num_mats_h_dir) {

Completed in 18 milliseconds