summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_sp.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-21 01:17:26 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-21 18:00:48 -0600
commit7f20f4493ef1938f0ea8e86dc16f5c058fe7e4f3 (patch)
tree8068225a7068da4702e144e4ff588573c16e2b36 /rtl/gfx/gfx_sp.sv
parentde9a1bf57f6a6c70aef36da4eea024b44fe87470 (diff)
rtl/gfx: implement shuffler
Diffstat (limited to '')
-rw-r--r--rtl/gfx/gfx_sp.sv13
1 files changed, 13 insertions, 0 deletions
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;