From d5de20fade70a0d454e3aa0087313ca715ff8759 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 2 Nov 2023 22:19:26 -0600 Subject: rtl/gfx: rename modules --- rtl/gfx/gfx_scanout.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/gfx/gfx_scanout.sv') diff --git a/rtl/gfx/gfx_scanout.sv b/rtl/gfx/gfx_scanout.sv index c549782..18b700d 100644 --- a/rtl/gfx/gfx_scanout.sv +++ b/rtl/gfx/gfx_scanout.sv @@ -73,7 +73,7 @@ module gfx_scanout genvar i; generate for (i = 0; i < `GFX_SCAN_STAGES; ++i) begin: stages - pipeline_flow #(.STAGES(1)) fb_flow + gfx_pipeline_flow #(.STAGES(1)) fb_flow ( .stall(fb_stalls[i]), .in_ready(fb_ready[i]), @@ -83,7 +83,7 @@ module gfx_scanout .* ); - pipeline_flow #(.STAGES(1)) src_flow + gfx_pipeline_flow #(.STAGES(1)) src_flow ( .stall(src_stalls[i]), .in_ready(src_ready[i]), -- cgit v1.2.3