diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-21 14:12:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-21 18:03:15 -0600 |
| commit | 09b1358028ba1d88f7bfd02389c9078eba7afe8b (patch) | |
| tree | 5d1def83e638d5b05a5cc7f8104b701c561577ef /rtl/gfx/gfx_sp_stream.sv | |
| parent | a7d581b4910e4e23fa57f89c0a28669ce5a49d2a (diff) | |
rtl/gfx: implement SP writeback
Diffstat (limited to 'rtl/gfx/gfx_sp_stream.sv')
| -rw-r--r-- | rtl/gfx/gfx_sp_stream.sv | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
