From eec83e78864061baaa7d459cfd22641a0ecd0726 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 Nov 2023 02:51:35 -0600 Subject: rtl/gfx: implement SP stream --- rtl/gfx/gfx_sp_batch.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/gfx_sp_batch.sv') diff --git a/rtl/gfx/gfx_sp_batch.sv b/rtl/gfx/gfx_sp_batch.sv index a2c13ee..b999219 100644 --- a/rtl/gfx/gfx_sp_batch.sv +++ b/rtl/gfx/gfx_sp_batch.sv @@ -15,8 +15,8 @@ module gfx_sp_batch input vram_insn_addr batch_base, input cmd_word batch_length, - output lane_word out_data, output lane_mask out_mask, + output lane_word out_data, input logic out_ready, output logic out_valid ); -- cgit v1.2.3