Searched hist:9780 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Daddr_range.hh9780:704c03c216f7 Thu Jun 27 05:49:00 EDT 2013 Andreas Hansson <andreas.hansson@arm.com> base: Fix address range granularity calculation

This patch fixes a bug in the granularity calculation. For example, if
the high bit is 6 (counting from 0) and we have one interleaving bit,
then the granularity is now 2 ** (6 - 1 + 1) = 64.

Completed in 5 milliseconds