diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-25 05:08:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-25 05:08:58 -0600 |
| commit | 27978501a87c5bb7a9fd78e376e8f6772cad009e (patch) | |
| tree | 8bf436e3e3db094cdd62b0a386a833dc84a8bf60 /rtl/cache/cache.sv | |
| parent | 79b3a4f57f269f6243177a1bf0073646fef61413 (diff) | |
rtl/cache: implement wait-for-reply
Diffstat (limited to 'rtl/cache/cache.sv')
| -rw-r--r-- | rtl/cache/cache.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/cache/cache.sv b/rtl/cache/cache.sv index 6efeb28..b84f844 100644 --- a/rtl/cache/cache.sv +++ b/rtl/cache/cache.sv @@ -6,7 +6,7 @@ module cache input logic clk, rst_n, - input word core_address, + input ptr core_address, input logic core_read, core_write, input word core_writedata, |
