diff --git a/src/main/scala/PublicConfigs.scala b/src/main/scala/PublicConfigs.scala index ef973cf4..6e8a49bd 100644 --- a/src/main/scala/PublicConfigs.scala +++ b/src/main/scala/PublicConfigs.scala @@ -105,7 +105,9 @@ class DefaultConfig extends ChiselConfig { val data = Mem(Bits(width = 64), 4096, seqRead = true) Module(new DRAMSideLLC(sets=512, ways=8, outstanding=16, refill_cycles=refill, tagLeaf=tag, dataLeaf=data)) - } else { Module(new DRAMSideLLCNull(16, refill)) } + } else { + Module(new DRAMSideLLCNull(8, refill)) + } } case BuildCoherenceMaster => (id: Int) => { if(site[Boolean]("USE_L2_CACHE")) { @@ -128,7 +130,7 @@ class DefaultConfig extends ChiselConfig { } case "ENABLE_SHARING" => true case "ENABLE_CLEAN_EXCLUSIVE" => true - case "USE_DRAMSIDE_LLC" => true + case "USE_DRAMSIDE_LLC" => false case "USE_L2_CACHE" => false } } diff --git a/uncore b/uncore index 5aff088b..b4904e11 160000 --- a/uncore +++ b/uncore @@ -1 +1 @@ -Subproject commit 5aff088b40d39a8e33549e22c10506589eeab42b +Subproject commit b4904e1170928e42733088253c09839a74780df7