From 7e7c205367558b622fa56edaaa9c76491d57a4fa Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 3 Oct 2022 12:16:01 -0600 Subject: Fix pipeline hazards --- rtl/core/arm810.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/arm810.sv') diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 9befe0f..ca98dde 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -64,7 +64,7 @@ module arm810 .* ); - psr_flags flags, next_flags; + psr_flags flags; core_psr psr ( -- cgit v1.2.3