From 6d458ad9629268ecfc69881b4fb10dca0498fbd0 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 18 Dec 2022 00:22:13 -0600 Subject: Fix datapath of shifter carry-out during adc/sbc/rsc --- rtl/core/control/control.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/control/control.sv') 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, -- cgit v1.2.3