diff options
Diffstat (limited to 'rtl/cache/cache_control.sv')
| -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 7186e95..85378d5 100644 --- a/rtl/cache/cache_control.sv +++ b/rtl/cache/cache_control.sv @@ -29,6 +29,7 @@ module cache_control output ring_token out_token, output logic out_token_valid, + // SeƱales para la SRAM input addr_tag tag_rd, input line data_rd, input line_state state_rd, |
