summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-21 01:47:23 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-21 18:02:52 -0600
commit3821d219fa63837f847027022e1d585688ec66a9 (patch)
tree3fb653c5d212e8ecf7b78ac47495f733a5b36369 /gfx_hw.tcl
parent7f20f4493ef1938f0ea8e86dc16f5c058fe7e4f3 (diff)
rtl/gfx: implement SP combiner
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index 5a0629d..2290d5c 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -88,6 +88,7 @@ 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_sp_swizzle.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_swizzle.sv
+add_fileset_file gfx_sp_combiner.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_combiner.sv
add_fileset_file gfx_sp_shuffler.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_shuffler.sv