diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_sp_combiner.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_sp_combiner.sv b/rtl/gfx/gfx_sp_combiner.sv index e5e64c3..8f16cd3 100644 --- a/rtl/gfx/gfx_sp_combiner.sv +++ b/rtl/gfx/gfx_sp_combiner.sv @@ -5,9 +5,9 @@ module gfx_sp_combiner input logic clk, rst_n, - input insn_deco deco, input mat4 a, b, + input insn_deco deco, input logic in_valid, output logic in_ready, |
