From 7f20f4493ef1938f0ea8e86dc16f5c058fe7e4f3 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 21 Nov 2023 01:17:26 -0600 Subject: rtl/gfx: implement shuffler --- 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 4459870..a65bd6e 100644 --- a/rtl/gfx/gfx_sp.sv +++ b/rtl/gfx/gfx_sp.sv @@ -51,6 +51,19 @@ module gfx_sp .* ); + gfx_sp_shuffler shuffler + ( + .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