diff options
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; |
