From 27978501a87c5bb7a9fd78e376e8f6772cad009e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 25 Sep 2023 05:08:58 -0600 Subject: rtl/cache: implement wait-for-reply --- rtl/core/uarch.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core') 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 -- cgit v1.2.3