From bd2ceec15f5272dd83faccdb2560661f1caed809 Mon Sep 17 00:00:00 2001 From: Karlis Susters Date: Mon, 20 Feb 2023 11:17:59 +0000 Subject: [PATCH] L1D prefetch into S, not M --- src_Core/RISCY_OOO/coherence/src/L1Bank.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_Core/RISCY_OOO/coherence/src/L1Bank.bsv b/src_Core/RISCY_OOO/coherence/src/L1Bank.bsv index 4b8cf74..c068bb3 100644 --- a/src_Core/RISCY_OOO/coherence/src/L1Bank.bsv +++ b/src_Core/RISCY_OOO/coherence/src/L1Bank.bsv @@ -370,7 +370,7 @@ endfunction procRqT r = ProcRq { id: ?, //Or maybe do 0 here addr: addr, - toState: M, + toState: S, op: Ld, byteEn: ?, data: ?,