diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-18 00:22:13 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-18 00:22:23 -0600 |
| commit | 6d458ad9629268ecfc69881b4fb10dca0498fbd0 (patch) | |
| tree | ea149276a31f518788c758899ab5ced8a8a8b74c /rtl/core/control/control.sv | |
| parent | ca8b6e6696e279f56faacad39501019c3762a1b7 (diff) | |
Fix datapath of shifter carry-out during adc/sbc/rsc
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index cbc7191..a421572 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -42,7 +42,7 @@ module core_control writeback, breakpoint, update_flags, - c_in, + c_logic, output reg_num rd, ra, rb, |
