summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-20 18:41:09 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-20 21:29:11 -0600
commit314a2a21260a8b61a5679dfc1f7df9b18c785535 (patch)
treec2d1a51b4856d0db94912e2bbf891e7bfb20b4ea /gfx_hw.tcl
parentec2f4c0e20aaa130359630299362d03ce41d585c (diff)
rtl/gfx: implement shuffle, swizzle
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index fd78163..9941f43 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -85,6 +85,8 @@ add_fileset_file gfx_sp.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp.sv
add_fileset_file gfx_sp_batch.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_batch.sv
add_fileset_file gfx_sp_fetch.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_fetch.sv
add_fileset_file gfx_sp_widener.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_widener.sv
+add_fileset_file gfx_shuffle.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_shuffle.sv
+add_fileset_file gfx_swizzle.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_swizzle.sv
#