summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-10 01:04:36 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-10 01:43:43 -0600
commitf586c3c4058b897e5639649ae976f50cdf51bb82 (patch)
tree6397859c57401596c75a3f67bb087d3fc64cfe9b /gfx_hw.tcl
parent6765d18bb9d1d83367afe76694749893eb88fbbd (diff)
rtl/gfx: implement coarse rasterization
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 46aabce..de3ba42 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -64,6 +64,8 @@ add_fileset_file gfx_setup.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup.sv
add_fileset_file gfx_setup_edge.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_edge.sv
add_fileset_file gfx_setup_bounds.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_bounds.sv
add_fileset_file gfx_setup_offsets.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_offsets.sv
+add_fileset_file gfx_fine.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fine.sv
+add_fileset_file gfx_coarse.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_coarse.sv
#