From 63ec42cc245b2da9ab97cc4eef6bbd21e08cde07 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 2 Oct 2022 13:23:22 -0600 Subject: Split decoding of flexible second operand out of data instructions --- rtl/core/arm810.sv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtl/core/arm810.sv') diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 81d9883..9befe0f 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -31,6 +31,7 @@ module arm810 logic dec_execute, dec_undefined, dec_writeback, dec_branch, dec_update_flags; ptr dec_branch_offset; + snd_decode dec_snd; data_decode dec_data; core_decode decode @@ -41,6 +42,7 @@ module arm810 .branch(dec_branch), .update_flags(dec_update_flags), .branch_offset(dec_branch_offset), + .snd_ctrl(dec_snd), .data_ctrl(dec_data), .* ); -- cgit v1.2.3