From e20d50436ab8093306dbafa51ccb91660539f423 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Sat, 1 Mar 2014 00:01:35 -0800 Subject: [PATCH] committed in the wrong directory, meant to commit in the hwacha directory --- 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 d258113b..4cf98468 100644 --- a/src/main/scala/RocketChip.scala +++ b/src/main/scala/RocketChip.scala @@ -258,7 +258,7 @@ class Top extends Module { val hc = hwacha.HwachaConfiguration(vic, dc, 8, 256, ndtlb = 8, nptlb = 2) val rc = RocketConfiguration(tl, ic, dc, fpu = HAS_FPU - ,rocc = (c: RocketConfiguration) => (new hwacha.Hwacha(hc, c)) + //,rocc = (c: RocketConfiguration) => (new hwacha.Hwacha(hc, c)) ) val io = new VLSITopIO(HTIF_WIDTH)