From aaf02562e4d49fc93df1f619e3fbd6c85c0e7951 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 7 Nov 2022 12:57:48 -0600 Subject: Implement multiplication control --- rtl/core/uarch.sv | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rtl/core/uarch.sv') diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index a1ca2b1..2b3c55a 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -176,7 +176,9 @@ typedef enum TRANSFER, BASE_WRITEBACK, EXCEPTION, - MUL + MUL, + MUL_ACC_LD, + MUL_HI_WB } ctrl_cycle; typedef struct packed -- cgit v1.2.3