diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-06 12:22:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-06 12:34:25 -0600 |
| commit | 044d2d73f0fbe6e1e42934f01b0f339776881b55 (patch) | |
| tree | 358703da80e67f09e8d7824b35af13accaaa676f /rtl/core/uarch.sv | |
| parent | ff5f2a94c06ce3af9cc04033220dcd0f6c8826e3 (diff) | |
Add multiplier unit
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index b6dfc76..4162272 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -8,6 +8,7 @@ typedef logic[3:0] reg_num; typedef logic[2:0] cp_opcode; typedef logic[15:0] reg_list; typedef logic[31:0] word; +typedef logic[63:0] dword; typedef logic[29:0] ptr; `define R14 4'b1110 |
