diff options
Diffstat (limited to 'rtl/gfx/gfx_sp_combiner.sv')
| -rw-r--r-- | rtl/gfx/gfx_sp_combiner.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/gfx_sp_combiner.sv b/rtl/gfx/gfx_sp_combiner.sv index 8f16cd3..900af00 100644 --- a/rtl/gfx/gfx_sp_combiner.sv +++ b/rtl/gfx/gfx_sp_combiner.sv @@ -11,9 +11,9 @@ module gfx_sp_combiner 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 ); wb_op wb_out; |
