summaryrefslogtreecommitdiff
path: root/rtl/cache
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/cache/cache_control.sv1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/cache/cache_control.sv b/rtl/cache/cache_control.sv
index 33d380a..afad53c 100644
--- a/rtl/cache/cache_control.sv
+++ b/rtl/cache/cache_control.sv
@@ -240,6 +240,7 @@ module cache_control
if (in_hold.read) begin
set_reply = 1;
+ // MESI
unique case (state_rd)
INVALID:
set_reply = 0;