summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_raster_coarse.sv
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 /rtl/gfx/gfx_raster_coarse.sv
parent881778cc7dbe1f01d343ee1ca4eea1b59c5eda3a (diff)
rtl/gfx: rename gfx_{coarse,fine} -> gfx_raster_{coarse,fine}
Diffstat (limited to '')
-rw-r--r--rtl/gfx/gfx_raster_coarse.sv (renamed from rtl/gfx/gfx_coarse.sv)2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_coarse.sv b/rtl/gfx/gfx_raster_coarse.sv
index 840c647..7a047ee 100644
--- a/rtl/gfx/gfx_coarse.sv
+++ b/rtl/gfx/gfx_raster_coarse.sv
@@ -1,6 +1,6 @@
`include "gfx/gfx_defs.sv"
-module gfx_coarse
+module gfx_raster_coarse
(
input logic clk,
rst_n,