1
0

refactor D$ writebacks and flushes

MSHRs now arbitrate for writebacks and handle flushes.
This commit is contained in:
Andrew Waterman
2012-03-09 02:55:46 -08:00
parent ff2e47f380
commit 766bac88f8
2 changed files with 158 additions and 169 deletions

View File

@ -13,7 +13,7 @@ object foldR
object log2up
{
def apply(in: Int) = if (in == 1) 1 else ceil(log(in)/log(2)).toInt
def apply(in: Int) = ceil(log(in)/log(2)).toInt
}
object ispow2