From 41b263bb39478393a302b284643a590779902f6c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 31 Oct 2022 16:05:15 -0600 Subject: Add MUL control cycle --- rtl/core/uarch.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtl/core/uarch.sv') diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 3b9351d..3e42688 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -141,7 +141,8 @@ typedef enum WITH_SHIFT, TRANSFER, BASE_WRITEBACK, - EXCEPTION + EXCEPTION, + MUL } ctrl_cycle; typedef struct packed -- cgit v1.2.3