summaryrefslogtreecommitdiff
path: root/rtl/core/control/control.sv
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rtl/core/control/control.sv5
1 files changed, 4 insertions, 1 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv
index 4169986..fe70a3c 100644
--- a/rtl/core/control/control.sv
+++ b/rtl/core/control/control.sv
@@ -50,7 +50,8 @@ module core_control
mul,
mul_add,
mul_long,
- mul_signed
+ mul_signed,
+ coproc
);
logic final_writeback, final_update_flags, ldst, ldst_pre, ldst_increment,
@@ -156,6 +157,8 @@ module core_control
mul_long <= dec_mul.long_mul;
mul_signed <= dec_mul.signed_mul;
+ coproc <= dec.coproc;
+
mem_regs <= dec_ldst.regs;
mem_write <= !dec_ldst.load;