diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_sp_batch.sv | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
