summaryrefslogtreecommitdiff
path: root/rtl/core/control/control.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/control/control.sv')
-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 cab47ce..ed0a1e1 100644
--- a/rtl/core/control/control.sv
+++ b/rtl/core/control/control.sv
@@ -48,7 +48,8 @@ module core_control
rb,
output ptr branch_target,
pc_visible,
- output psr_mode reg_mode,
+ output psr_mode rd_mode,
+ wr_mode,
output alu_op alu,
output word alu_a,
alu_b,
@@ -102,6 +103,8 @@ module core_control
.*
);
+ logic rd_user;
+
core_control_select ctrl_select
(
.*