summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-10 01:05:43 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-10 01:48:40 -0600
commit881778cc7dbe1f01d343ee1ca4eea1b59c5eda3a (patch)
treeeea3fb970ee65541789733755761452185cffb97 /gfx_hw.tcl
parentf586c3c4058b897e5639649ae976f50cdf51bb82 (diff)
rtl/gfx: implement rasterizer top
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 de3ba42..b54b1b6 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -64,6 +64,7 @@ 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_raster.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster.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