From 8c410eab0ea97b737ecd59cd4a1f7582f8c045cf Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 16 Nov 2022 14:08:16 -0600 Subject: Simplify flags datapath --- rtl/core/arm810.sv | 2 -- 1 file changed, 2 deletions(-) (limited to 'rtl/core/arm810.sv') 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), .* ); -- cgit v1.2.3