From 044d2d73f0fbe6e1e42934f01b0f339776881b55 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 6 Nov 2022 12:22:37 -0600 Subject: Add multiplier unit --- rtl/core/uarch.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/core/uarch.sv') diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index b6dfc76..4162272 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -8,6 +8,7 @@ typedef logic[3:0] reg_num; typedef logic[2:0] cp_opcode; typedef logic[15:0] reg_list; typedef logic[31:0] word; +typedef logic[63:0] dword; typedef logic[29:0] ptr; `define R14 4'b1110 -- cgit v1.2.3