summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_sp_stream.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/gfx/gfx_sp_stream.sv')
-rw-r--r--rtl/gfx/gfx_sp_stream.sv2
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,