From 5e2f6be247018699d71d32887010830ba45b8349 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 27 Sep 2022 19:52:26 -0600 Subject: Switch from operand forwarding to next insn stalls (improves Fmax) --- rtl/core/arm810.sv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rtl/core/arm810.sv') diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 5ba1a11..8ea6ed3 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -35,7 +35,6 @@ module arm810 core_decode decode ( - .flags(next_flags), .execute(dec_execute), .undefined(dec_undefined), .writeback(dec_writeback), @@ -61,7 +60,7 @@ module arm810 .* ); - psr_flags flags, next_flags; + psr_flags flags; core_psr psr ( -- cgit v1.2.3