1
0

Fix L2 TLB response bug

Sometimes, it would inform the L1 TLB that the translation was for
a superpage, even though that's never the case.
This commit is contained in:
Andrew Waterman 2017-07-26 02:20:41 -07:00
parent acca0fccf5
commit 5a9c673f41

View File

@ -261,6 +261,7 @@ class PTW(n: Int)(implicit edge: TLEdgeOut, p: Parameters) extends CoreModule()(
resp_valid(r_req_dest) := true
resp_ae := false
r_pte := l2_pte
count := pgLevels-1
}
}