From 11f0b3d8db501a6cc75146c79e7451d5df66e42b Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Wed, 11 Nov 2015 17:10:58 -0800 Subject: [PATCH] restore old L2 cache AcquireTransactor configuration --- src/main/scala/Configs.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/scala/Configs.scala b/src/main/scala/Configs.scala index a38d068a..e3b40c66 100644 --- a/src/main/scala/Configs.scala +++ b/src/main/scala/Configs.scala @@ -210,7 +210,7 @@ class WithL2Cache extends Config( case NWays => Knob("L2_WAYS") case RowBits => site(TLKey(site(TLId))).dataBitsPerBeat }: PartialFunction[Any,Any] - case NAcquireTransactors => 3 + case NAcquireTransactors => 2 case NSecondaryMisses => 4 case L2DirectoryRepresentation => new FullRepresentation(site(NTiles)) case BuildL2CoherenceManager => (p: Parameters) => @@ -266,7 +266,7 @@ class WithMemtest extends Config ( case NGeneratorTiles => 1 case NGeneratorsPerTile => 1 case GenerateUncached => true - case GenerateCached => true + case GenerateCached => false case MaxGenerateRequests => 8192 case BuildTiles => {