From 09b1358028ba1d88f7bfd02389c9078eba7afe8b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 Nov 2023 14:12:34 -0600 Subject: rtl/gfx: implement SP writeback --- rtl/gfx/gfx_sp_shuffler.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/gfx/gfx_sp_shuffler.sv') diff --git a/rtl/gfx/gfx_sp_shuffler.sv b/rtl/gfx/gfx_sp_shuffler.sv index 8e1e461..b813d03 100644 --- a/rtl/gfx/gfx_sp_shuffler.sv +++ b/rtl/gfx/gfx_sp_shuffler.sv @@ -11,9 +11,9 @@ module gfx_sp_shuffler input logic in_valid, output logic in_ready, - output wb_op wb, input logic wb_ready, - output logic wb_valid + output logic wb_valid, + output wb_op wb ); mat4 select_out, swizzle_out; -- cgit v1.2.3