summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
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 /gfx_hw.tcl
parentde9a1bf57f6a6c70aef36da4eea024b44fe87470 (diff)
rtl/gfx: implement shuffler
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index f252f7a..5a0629d 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -85,9 +85,10 @@ 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_decode.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_decode.sv
+add_fileset_file gfx_sp_select.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_select.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
+add_fileset_file gfx_sp_swizzle.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_swizzle.sv
+add_fileset_file gfx_sp_shuffler.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_shuffler.sv
#