diff options
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, |
