diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-31 16:05:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-01 23:04:24 -0600 |
| commit | 41b263bb39478393a302b284643a590779902f6c (patch) | |
| tree | 85a37c65c356aad3303e539228c3c770e166b907 /rtl/core/uarch.sv | |
| parent | b171ab92f6f7787ca483b83d4b34bbb97f167896 (diff) | |
Add MUL control cycle
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 |
