From 8d590a8a7178659278ea44424d8456be16a006ad Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 6 Nov 2022 15:56:06 -0600 Subject: Clean-up control.sv --- rtl/core/control/select.sv | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rtl/core/control/select.sv') diff --git a/rtl/core/control/select.sv b/rtl/core/control/select.sv index a073e24..ea9850b 100644 --- a/rtl/core/control/select.sv +++ b/rtl/core/control/select.sv @@ -16,11 +16,14 @@ module core_control_select final_rd, output reg_num ra, - rb + rb, + output psr_mode reg_mode ); reg_num r_shift; + assign reg_mode = `MODE_SVC; //TODO + always_ff @(posedge clk) unique0 case(next_cycle) ISSUE: -- cgit v1.2.3