summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 517c8de..6028e91 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -122,6 +122,10 @@ module arm810
.c(c_shifter)
);
+ //TODO
+ logic mul, mul_add, mul_long, mul_signed, mul_ready;
+ assign mul_ready = 1;
+
ptr data_addr;
logic data_start, data_write, data_ready, insn_ready;
word data_data_rd, data_data_wr, insn_data_rd;