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

/gem5/ext/mcpat/cacti/
H A Dconst.h51 was: #define ADDRESS_BITS 32
56 const int ADDRESS_BITS = 42; variable
H A Dparameter.cc243 tagbits = ADDRESS_BITS + EXTRA_TAG_BITS - _log2(capacity_per_die) +
273 tagbits = int(ceil((ADDRESS_BITS + EXTRA_TAG_BITS) / 8.0) * 8);
294 tagbits = ADDRESS_BITS + EXTRA_TAG_BITS - _log2(g_ip->block_sz);//TODO: should be the page_offset=log2(page size), but this info is not avail with CACTI, for McPAT this is no problem.

Completed in 8 milliseconds