flush deck when xcpt occurs, fixes remaining p test bugs
This commit is contained in:
parent
0c4442c172
commit
8c459df3b6
@ -1 +1 @@
|
||||
Subproject commit 116e2f99b5d6b2174a89e69672049230a3bdc5f9
|
||||
Subproject commit cc599fce1ad7f0823c032f7c8dde0c0c363bad7d
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user