diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:08:39 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:48:40 -0600 |
| commit | 40b59e4cd26b7a3a6d0ff14d8480c172ce3fa845 (patch) | |
| tree | 0a396a366145d8ea1f09e412b6fa60a7c1e79a71 /rtl/gfx/gfx_fine.sv | |
| parent | 881778cc7dbe1f01d343ee1ca4eea1b59c5eda3a (diff) | |
rtl/gfx: rename gfx_{coarse,fine} -> gfx_raster_{coarse,fine}
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/gfx_raster_fine.sv (renamed from rtl/gfx/gfx_fine.sv) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/gfx/gfx_fine.sv b/rtl/gfx/gfx_raster_fine.sv index 6238025..2cb9c6a 100644 --- a/rtl/gfx/gfx_fine.sv +++ b/rtl/gfx/gfx_raster_fine.sv @@ -1,6 +1,6 @@ `include "gfx/gfx_defs.sv" -module gfx_fine +module gfx_raster_fine #(parameter X=0, Y=0) ( input logic clk, |
