1
0

Fix tests when !hwacha; disable hwacha by default

This commit is contained in:
Andrew Waterman
2014-02-06 03:08:33 -08:00
parent e20de64b8c
commit 11e69a73cd
6 changed files with 6 additions and 8 deletions

View File

@ -257,9 +257,7 @@ class Top extends Module {
val vic = ICacheConfig(128, 1)
val hc = hwacha.HwachaConfiguration(vic, 8, 256, ndtlb = 8, nptlb = 2)
val rc = RocketConfiguration(tl, ic, dc,
fpu = HAS_FPU,
rocc = (c: RocketConfiguration) => (new hwacha.Hwacha(hc, c))
)
fpu = HAS_FPU)
val io = new VLSITopIO(HTIF_WIDTH)