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_perspective_flow.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/gfx_perspective_flow.sv') diff --git a/rtl/gfx/gfx_perspective_flow.sv b/rtl/gfx/gfx_perspective_flow.sv index ecacc65..e94f584 100644 --- a/rtl/gfx/gfx_perspective_flow.sv +++ b/rtl/gfx/gfx_perspective_flow.sv @@ -25,7 +25,7 @@ module gfx_perspective_flow assign in_start = start_pipes[`FP_INV_STAGES - 1]; assign out_start = start_pipes[STAGES - 1]; - pipeline_flow #(.STAGES(STAGES)) flow + gfx_pipeline_flow #(.STAGES(STAGES)) flow ( .* ); -- cgit v1.2.3