From 3821d219fa63837f847027022e1d585688ec66a9 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 Nov 2023 01:47:23 -0600 Subject: rtl/gfx: implement SP combiner --- rtl/gfx/gfx_sp.sv | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'rtl/gfx/gfx_sp.sv') diff --git a/rtl/gfx/gfx_sp.sv b/rtl/gfx/gfx_sp.sv index a65bd6e..acb1dc2 100644 --- a/rtl/gfx/gfx_sp.sv +++ b/rtl/gfx/gfx_sp.sv @@ -64,6 +64,19 @@ module gfx_sp .* ); + gfx_sp_combiner combiner + ( + .a(), + .b(), + .wb(), + .deco(), + .in_ready(), + .in_valid(0), + .wb_ready(1), + .wb_valid(), + .* + ); + logic batch_end, deco_ready; assign deco_ready = 1; -- cgit v1.2.3