diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-21 02:51:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-21 18:02:55 -0600 |
| commit | eec83e78864061baaa7d459cfd22641a0ecd0726 (patch) | |
| tree | c493ba5143fcb9b4dde43de4282a8362b063e01c /rtl/gfx/gfx_sp_batch.sv | |
| parent | 3821d219fa63837f847027022e1d585688ec66a9 (diff) | |
rtl/gfx: implement SP stream
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 ); |
