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/core | |
| parent | 79b3a4f57f269f6243177a1bf0073646fef61413 (diff) | |
rtl/cache: implement wait-for-reply
Diffstat (limited to 'rtl/core')
| -rw-r--r-- | rtl/core/uarch.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 0226cbf..38b0130 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -6,6 +6,7 @@ // Choca con typedef en cache/defs.sv `ifndef WORD_DEFINED +typedef logic[29:0] ptr; typedef logic[31:0] word; `define WORD_DEFINED `endif @@ -14,7 +15,6 @@ typedef logic[3:0] reg_num; typedef logic[2:0] cp_opcode; typedef logic[15:0] reg_list; typedef logic[63:0] dword; -typedef logic[29:0] ptr; `define R14 4'b1110 `define R15 4'b1111 |
