diff options
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
