1
0

committed in the wrong directory, meant to commit in the hwacha directory

This commit is contained in:
Yunsup Lee 2014-03-01 00:01:35 -08:00
parent 8c459df3b6
commit e20d50436a

View File

@ -258,7 +258,7 @@ class Top extends Module {
val hc = hwacha.HwachaConfiguration(vic, dc, 8, 256, ndtlb = 8, nptlb = 2) val hc = hwacha.HwachaConfiguration(vic, dc, 8, 256, ndtlb = 8, nptlb = 2)
val rc = RocketConfiguration(tl, ic, dc, val rc = RocketConfiguration(tl, ic, dc,
fpu = HAS_FPU 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) val io = new VLSITopIO(HTIF_WIDTH)