summaryrefslogtreecommitdiff
path: root/rtl/cache/defs.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/cache/defs.sv')
-rw-r--r--rtl/cache/defs.sv3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/cache/defs.sv b/rtl/cache/defs.sv
index 2566058..6fdb719 100644
--- a/rtl/cache/defs.sv
+++ b/rtl/cache/defs.sv
@@ -7,7 +7,8 @@ typedef logic[127:0] line;
// Choca con typedef en core/uarch.sv
`ifndef WORD_DEFINED
-typedef logic[31:0] word;
+typedef logic[29:0] ptr;
+typedef logic[31:0] word;
`define WORD_DEFINED
`endif