diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-07 12:57:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-07 13:31:15 -0600 |
| commit | aaf02562e4d49fc93df1f619e3fbd6c85c0e7951 (patch) | |
| tree | d7ae1d53f18950d370def5932553947c3af4f785 /rtl/core/uarch.sv | |
| parent | f78de55eef2e805e459064005daa08c7697d2273 (diff) | |
Implement multiplication control
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
