From cf76665d09da2e127ea246df36698b185f706a80 Mon Sep 17 00:00:00 2001 From: Henry Cook Date: Thu, 28 Feb 2013 18:25:47 -0800 Subject: [PATCH] writebacks on release network pass asm tests and bmarks --- src/main/scala/RocketChip.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/RocketChip.scala b/src/main/scala/RocketChip.scala index 5b98c41c..9d7c6814 100644 --- a/src/main/scala/RocketChip.scala +++ b/src/main/scala/RocketChip.scala @@ -331,7 +331,7 @@ class TopIO(htif_width: Int) extends Bundle { } object DummyTopLevelConstants extends _root_.uncore.constants.CoherenceConfigConstants { - val NTILES = 1 + val NTILES = 2 val HTIF_WIDTH = 16 val ENABLE_SHARING = true val ENABLE_CLEAN_EXCLUSIVE = true