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:
parent
acca0fccf5
commit
5a9c673f41
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user