summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-22 01:38:58 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-22 02:31:52 -0600
commit11231e7173d16415d45f809dc570cba0a2aae0cd (patch)
tree9a2a3e984b7b8e6c2ccc6da1b54d847a020c45ac /gfx_hw.tcl
parent1e064f29139a45061a8082914e9ee75c15e803a4 (diff)
rtl/gfx: implement perspective correction
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 1e84773..933583b 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -81,6 +81,8 @@ 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_fifo_overflow.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fifo_overflow.sv
add_fileset_file gfx_mem.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_mem.sv
+add_fileset_file gfx_persp.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_persp.sv
+add_fileset_file gfx_persp_vertex.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_persp_vertex.sv
add_fileset_file gfx_sp.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp.sv
add_fileset_file gfx_sp_isa.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_isa.sv
add_fileset_file gfx_sp_file.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_file.sv