summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv4
1 files changed, 2 insertions, 2 deletions
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),