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_stream.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/gfx_sp_stream.sv') diff --git a/rtl/gfx/gfx_sp_stream.sv b/rtl/gfx/gfx_sp_stream.sv index fed8021..7901028 100644 --- a/rtl/gfx/gfx_sp_stream.sv +++ b/rtl/gfx/gfx_sp_stream.sv @@ -10,9 +10,9 @@ module gfx_sp_stream input logic in_valid, output logic in_ready, - output wb_op wb, input logic wb_ready, output logic wb_valid, + output wb_op wb, input lane_word recv_data, input lane_mask recv_mask, -- cgit v1.2.3