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_shuffler.sv | |
| parent | a7d581b4910e4e23fa57f89c0a28669ce5a49d2a (diff) | |
rtl/gfx: implement SP writeback
Diffstat (limited to 'rtl/gfx/gfx_sp_shuffler.sv')
| -rw-r--r-- | rtl/gfx/gfx_sp_shuffler.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/gfx_sp_shuffler.sv b/rtl/gfx/gfx_sp_shuffler.sv index 8e1e461..b813d03 100644 --- a/rtl/gfx/gfx_sp_shuffler.sv +++ b/rtl/gfx/gfx_sp_shuffler.sv @@ -11,9 +11,9 @@ module gfx_sp_shuffler input logic in_valid, output logic in_ready, - output wb_op wb, input logic wb_ready, - output logic wb_valid + output logic wb_valid, + output wb_op wb ); mat4 select_out, swizzle_out; |
