summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-16 14:08:16 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-16 14:08:16 -0600
commit8c410eab0ea97b737ecd59cd4a1f7582f8c045cf (patch)
tree38ea02af4ec12abf77bb852025244e40129f59fa /rtl/core/arm810.sv
parenta94c52d5117645016ee319abc30c92f137a4b17e (diff)
Simplify flags datapath
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 026f09b..7fbb895 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -56,7 +56,6 @@ module arm810
logic explicit_branch, writeback, c_in;
ptr branch_target, pc_visible;
psr_mode reg_mode;
- psr_flags wb_alu_flags;
alu_op alu_ctrl;
shifter_control shifter_ctrl;
word alu_a, alu_b, wr_value;
@@ -93,7 +92,6 @@ module arm810
.write(psr_write),
.saved(psr_saved),
.wr_flags(psr_wr_flags),
- .alu_flags(wb_alu_flags),
.wr_control(psr_wr_control),
.*
);