From 2b457b34b842e0e2fa6236b304860ad3ba474b16 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 15 Nov 2022 20:02:17 -0600 Subject: Implement sub-word memory accesses --- rtl/core/arm810.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/core/arm810.sv') diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index eb5ebe1..ce29821 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -124,13 +124,13 @@ module arm810 .* ); - word q_shifter; + word shifter_base, q_shifter; logic c_shifter; core_shifter #(.W(32)) shifter ( .ctrl(shifter_ctrl), - .base(alu_b), + .base(shifter_base), .shift(shifter_shift), .c_in(flags.c), .q(q_shifter), -- cgit v1.2.3