summaryrefslogtreecommitdiff
path: root/rtl/cache/cache_control.sv
diff options
context:
space:
mode:
authorFabian Montero <fabian@posixlycorrect.com>2023-10-04 23:32:01 -0600
committerFabian Montero <fabian@posixlycorrect.com>2023-10-04 23:32:01 -0600
commit89d73871aae34573b8ed637c58eee1045f650f0e (patch)
tree7835bb136b28434d612ee75e57f031d4b6afcf0a /rtl/cache/cache_control.sv
parente5662a87b1c11febf798252f7bdb3b3547f711b4 (diff)
aƱade comentario de MESI
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;