Searched refs:tagbits (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dparameter.cc200 is_tag(is_tag_), pure_ram(pure_ram_), pure_cam(pure_cam_), tagbits(0),
238 // if data array, let tagbits = 0
241 tagbits = g_ip->tag_w;
243 tagbits = ADDRESS_BITS + EXTRA_TAG_BITS - _log2(capacity_per_die) +
247 tagbits = (((tagbits + 3) >> 2) << 2);
251 num_c_subarray = (int)ceil((tagbits * g_ip->tag_assoc * Nspd / Ndwl));// + EPSILON);
271 tagbits = int(ceil(g_ip->tag_w / 8.0) * 8);
273 tagbits = int(ceil((ADDRESS_BITS + EXTRA_TAG_BITS) / 8.0) * 8);
277 //tagbits
[all...]
H A Dmat.h133 double compute_comparators_height(int tagbits, int number_ways_in_mat, double subarray_mem_cell_area_w);
H A Dparameter.h284 int tagbits; member in class:DynamicParameter
H A Dmat.cc315 //tagbits = (4 * num_cols_subarray / (deg_bl_muxing * dp.Ndsam_lev_1 * dp.Ndsam_lev_2)) / num_do_b_mat;
316 h_comparators = compute_comparators_height(dp.tagbits, dyn_p.num_do_b_mat, subarray.area.get_w());
1033 int tagbits,
1037 double cumulative_area = nand2_area * number_ways_in_mat * tagbits / 4;
1354 int tagbits_ = dp.tagbits / 4; // Assuming there are 4 quarter comparators. input tagbits is already
1032 compute_comparators_height( int tagbits, int number_ways_in_mat, double subarray_mem_cell_area_width) argument

Completed in 24 milliseconds