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.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtl/gfx/gfx_perspective.sv') diff --git a/rtl/gfx/gfx_perspective.sv b/rtl/gfx/gfx_perspective.sv index 3cc38b2..6af1724 100644 --- a/rtl/gfx/gfx_perspective.sv +++ b/rtl/gfx/gfx_perspective.sv @@ -19,7 +19,7 @@ module gfx_perspective assign w_inv = w_inv_pipes[`FP_MUL_STAGES - 1]; assign selected_w_inv = in_start ? next_w_inv : vertex_w_inv; - fp_inv inv + gfx_fp_inv inv ( .a(clip_attr.w), .q(next_w_inv), @@ -29,7 +29,7 @@ module gfx_perspective genvar i; generate for (i = 0; i < `FLOATS_PER_VEC; ++i) begin: divs - fp_mul div + gfx_fp_mul div ( .a(in_pipes[`FP_INV_STAGES - 1][i]), .b(selected_w_inv), -- cgit v1.2.3