From 01c1886b9d9446b123ae822f909d065e6611b1bf Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Sat, 17 Sep 2016 00:56:21 -0700 Subject: [PATCH] Utils: cacheable only if there is a cache manager --- src/main/scala/rocketchip/Utils.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/scala/rocketchip/Utils.scala b/src/main/scala/rocketchip/Utils.scala index 4ece9f38..9dec5cb3 100644 --- a/src/main/scala/rocketchip/Utils.scala +++ b/src/main/scala/rocketchip/Utils.scala @@ -69,7 +69,6 @@ object GenerateGlobalAddrMap { val cacheable = manager.regionType match { case RegionType.CACHED => true case RegionType.TRACKED => true - case RegionType.UNCACHED => true case _ => false } val attr = MemAttr(