From eec83e78864061baaa7d459cfd22641a0ecd0726 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 Nov 2023 02:51:35 -0600 Subject: rtl/gfx: implement SP stream --- rtl/gfx/gfx_sp_combiner.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/gfx_sp_combiner.sv') 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, -- cgit v1.2.3