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_raster.sv | |
| parent | 881778cc7dbe1f01d343ee1ca4eea1b59c5eda3a (diff) | |
rtl/gfx: rename gfx_{coarse,fine} -> gfx_raster_{coarse,fine}
Diffstat (limited to 'rtl/gfx/gfx_raster.sv')
| -rw-r--r-- | rtl/gfx/gfx_raster.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/gfx/gfx_raster.sv b/rtl/gfx/gfx_raster.sv index e30ad43..c61cbb5 100644 --- a/rtl/gfx/gfx_raster.sv +++ b/rtl/gfx/gfx_raster.sv @@ -41,7 +41,7 @@ module gfx_raster fixed_tri coarse_corners; raster_xy coarse_pos; - gfx_coarse coarse + gfx_raster_coarse coarse ( .in_valid(setup_valid), .in_ready(coarse_ready), @@ -83,7 +83,7 @@ module gfx_raster generate for (i = 0; i < `GFX_RASTER_SIZE; ++i) begin: fine_x for (j = 0; j < `GFX_RASTER_SIZE; ++j) begin: fine_y - gfx_fine #(.X(i), .Y(j)) fine + gfx_raster_fine #(.X(i), .Y(j)) fine ( .stall(fine_stall), |
