rocket: disable nbdcache until it's fully ported
This commit is contained in:
parent
452bb2fc80
commit
32a1c27441
@ -161,7 +161,8 @@ class HellaCacheModule(outer: HellaCache)(implicit val p: Parameters) extends La
|
|||||||
|
|
||||||
object HellaCache {
|
object HellaCache {
|
||||||
def apply(cfg: DCacheConfig)(implicit p: Parameters) = {
|
def apply(cfg: DCacheConfig)(implicit p: Parameters) = {
|
||||||
if (cfg.nMSHRs == 0) LazyModule(new DCache(cfg))
|
//if (cfg.nMSHRs == 0) LazyModule(new DCache(cfg))
|
||||||
else LazyModule(new NonBlockingDCache(cfg))
|
//else LazyModule(new NonBlockingDCache(cfg))
|
||||||
|
LazyModule(new DCache(cfg))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user