diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-27 19:52:26 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-27 19:52:26 -0600 |
| commit | 5e2f6be247018699d71d32887010830ba45b8349 (patch) | |
| tree | 72a45e73de7e15ef0dcfdbc4eaee1f3cd8d286c3 /rtl/core/arm810.sv | |
| parent | ec7649eef16c7f9c3ca4b74a1cea95eb2f524b29 (diff) | |
Switch from operand forwarding to next insn stalls (improves Fmax)
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 3 |
1 files changed, 1 insertions, 2 deletions
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 ( |
