1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

@ -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)