L1D prefetch into S, not M

This commit is contained in:
Karlis Susters
2023-02-20 11:17:59 +00:00
parent 9ac29f4e11
commit bd2ceec15f

View File

@@ -370,7 +370,7 @@ endfunction
procRqT r = ProcRq {
id: ?, //Or maybe do 0 here
addr: addr,
toState: M,
toState: S,
op: Ld,
byteEn: ?,
data: ?,