diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/control/select.sv | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rtl/core/control/select.sv b/rtl/core/control/select.sv index 3cc0ca5..1ea2c31 100644 --- a/rtl/core/control/select.sv +++ b/rtl/core/control/select.sv @@ -17,14 +17,11 @@ module core_control_select mul_r_add_hi, output reg_num ra, - rb, - output psr_mode reg_mode + rb ); reg_num r_shift, last_ra, last_rb; - assign reg_mode = `MODE_SVC; //TODO - always_comb begin ra = last_ra; rb = last_rb; |
