diff options
| author | Fabian Montero <fabian@posixlycorrect.com> | 2023-10-04 23:32:01 -0600 |
|---|---|---|
| committer | Fabian Montero <fabian@posixlycorrect.com> | 2023-10-04 23:32:01 -0600 |
| commit | 89d73871aae34573b8ed637c58eee1045f650f0e (patch) | |
| tree | 7835bb136b28434d612ee75e57f031d4b6afcf0a /rtl/cache | |
| parent | e5662a87b1c11febf798252f7bdb3b3547f711b4 (diff) | |
aƱade comentario de MESI
Diffstat (limited to 'rtl/cache')
| -rw-r--r-- | rtl/cache/cache_control.sv | 1 |
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; |
