summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-10 01:08:39 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-10 01:48:40 -0600
commit40b59e4cd26b7a3a6d0ff14d8480c172ce3fa845 (patch)
tree0a396a366145d8ea1f09e412b6fa60a7c1e79a71 /gfx_hw.tcl
parent881778cc7dbe1f01d343ee1ca4eea1b59c5eda3a (diff)
rtl/gfx: rename gfx_{coarse,fine} -> gfx_raster_{coarse,fine}
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index b54b1b6..714de01 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -65,8 +65,8 @@ 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
+add_fileset_file gfx_raster_fine.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_fine.sv
+add_fileset_file gfx_raster_coarse.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_coarse.sv
#