summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-19 20:23:17 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-20 16:46:29 -0600
commit2d3c392de957db2252f935a4f2eb3f9a76943966 (patch)
tree305cfb53ef33739055481b45bc9c5188b7cd4392 /gfx_hw.tcl
parent33794ca29db5670bc140686ae6e6d3b7832ad406 (diff)
rtl/gfx: implement SP batch input stream
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 e4d7882..6d00c4d 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -81,6 +81,7 @@ add_fileset_file gfx_rop.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_rop.sv
add_fileset_file gfx_fifo.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fifo.sv
add_fileset_file gfx_mem.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_mem.sv
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