From c0465679b255f8211758d66eca84d12f15cd372f Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 27 May 2026 14:51:17 -0700 Subject: [PATCH] eth: Clean up GT instance naming Signed-off-by: Alex Forencich --- src/eth/rtl/us/taxi_eth_phy_10g_us_gt.sv | 14 +++++++------- src/eth/rtl/us/taxi_eth_phy_10g_us_gt_ll.sv | 12 ++++++------ src/eth/rtl/us/taxi_eth_phy_25g_us_gt.sv | 12 ++++++------ src/eth/rtl/us/taxi_eth_phy_25g_us_gt_ll.sv | 12 ++++++------ 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/eth/rtl/us/taxi_eth_phy_10g_us_gt.sv b/src/eth/rtl/us/taxi_eth_phy_10g_us_gt.sv index 88df649..5aca191 100644 --- a/src/eth/rtl/us/taxi_eth_phy_10g_us_gt.sv +++ b/src/eth/rtl/us/taxi_eth_phy_10g_us_gt.sv @@ -586,7 +586,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && GT_USP) begin : xcvr // UltraScale+ GTY (with common) taxi_eth_phy_10g_us_gty_full - taxi_eth_phy_10g_us_gty_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -703,8 +703,8 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && GT_USP) begin : xcvr end else if (HAS_COMMON && GT_TYPE == "GTH" && GT_USP) begin : xcvr // UltraScale+ GTH (with common) - taxi_eth_phy_10g_us_gth_ll_full - taxi_eth_phy_10g_us_gth_ll_full_inst ( + taxi_eth_phy_10g_us_gth_full + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -822,7 +822,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && !GT_USP) begin : xcvr // UltraScale GTY (with common) taxi_eth_phy_10g_us_gty_full - taxi_eth_phy_10g_us_gty_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -940,7 +940,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && !GT_USP) begin : xcvr // UltraScale GTH (with common) taxi_eth_phy_10g_us_gth_full - taxi_eth_phy_10g_us_gth_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1058,7 +1058,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTY") begin : xcvr // UltraScale/UltraScale+ GTY (channel only) taxi_eth_phy_10g_us_gty_ch - taxi_eth_phy_10g_us_gty_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1167,7 +1167,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTH") begin : xcvr // UltraScale/UltraScale+ GTH (channel only) taxi_eth_phy_10g_us_gth_ch - taxi_eth_phy_10g_us_gth_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), diff --git a/src/eth/rtl/us/taxi_eth_phy_10g_us_gt_ll.sv b/src/eth/rtl/us/taxi_eth_phy_10g_us_gt_ll.sv index 2d5bea4..59d2bca 100644 --- a/src/eth/rtl/us/taxi_eth_phy_10g_us_gt_ll.sv +++ b/src/eth/rtl/us/taxi_eth_phy_10g_us_gt_ll.sv @@ -622,7 +622,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && GT_USP) begin : xcvr // UltraScale+ GTY (with common) taxi_eth_phy_10g_us_gty_ll_full - taxi_eth_phy_10g_us_gty_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -748,7 +748,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && GT_USP) begin : xcvr // UltraScale+ GTH (with common) taxi_eth_phy_10g_us_gth_ll_full - taxi_eth_phy_10g_us_gth_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -874,7 +874,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && !GT_USP) begin : xcvr // UltraScale GTY (with common) taxi_eth_phy_10g_us_gty_ll_full - taxi_eth_phy_10g_us_gty_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1000,7 +1000,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && !GT_USP) begin : xcvr // UltraScale GTH (with common) taxi_eth_phy_10g_us_gth_ll_full - taxi_eth_phy_10g_us_gth_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1126,7 +1126,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTY") begin : xcvr // UltraScale/UltraScale+ GTY (channel only) taxi_eth_phy_10g_us_gty_ll_ch - taxi_eth_phy_10g_us_gty_ll_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1243,7 +1243,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTH") begin : xcvr // UltraScale/UltraScale+ GTH (channel only) taxi_eth_phy_10g_us_gth_ll_ch - taxi_eth_phy_10g_us_gth_ll_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), diff --git a/src/eth/rtl/us/taxi_eth_phy_25g_us_gt.sv b/src/eth/rtl/us/taxi_eth_phy_25g_us_gt.sv index 94316f5..c82b859 100644 --- a/src/eth/rtl/us/taxi_eth_phy_25g_us_gt.sv +++ b/src/eth/rtl/us/taxi_eth_phy_25g_us_gt.sv @@ -586,7 +586,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && GT_USP) begin : xcvr // UltraScale+ GTY (with common) taxi_eth_phy_25g_us_gty_full - taxi_eth_phy_25g_us_gty_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -704,7 +704,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && GT_USP) begin : xcvr // UltraScale+ GTH (with common) taxi_eth_phy_25g_us_gth_full - taxi_eth_phy_25g_us_gth_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -822,7 +822,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && !GT_USP) begin : xcvr // UltraScale GTY (with common) taxi_eth_phy_25g_us_gty_full - taxi_eth_phy_25g_us_gty_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -940,7 +940,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && !GT_USP) begin : xcvr // UltraScale GTH (with common) taxi_eth_phy_25g_us_gth_full - taxi_eth_phy_25g_us_gth_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1058,7 +1058,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTY") begin : xcvr // UltraScale/UltraScale+ GTY (channel only) taxi_eth_phy_25g_us_gty_ch - taxi_eth_phy_25g_us_gty_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1167,7 +1167,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTH") begin : xcvr // UltraScale/UltraScale+ GTH (channel only) taxi_eth_phy_25g_us_gth_ch - taxi_eth_phy_25g_us_gth_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), diff --git a/src/eth/rtl/us/taxi_eth_phy_25g_us_gt_ll.sv b/src/eth/rtl/us/taxi_eth_phy_25g_us_gt_ll.sv index 2a3bb54..93fa26a 100644 --- a/src/eth/rtl/us/taxi_eth_phy_25g_us_gt_ll.sv +++ b/src/eth/rtl/us/taxi_eth_phy_25g_us_gt_ll.sv @@ -666,7 +666,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && GT_USP) begin : xcvr // UltraScale+ GTY (with common) taxi_eth_phy_25g_us_gty_ll_full - taxi_eth_phy_25g_us_gty_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -792,7 +792,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && GT_USP) begin : xcvr // UltraScale+ GTH (with common) taxi_eth_phy_25g_us_gth_ll_full - taxi_eth_phy_25g_us_gth_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -918,7 +918,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTY" && !GT_USP) begin : xcvr // UltraScale GTY (with common) taxi_eth_phy_25g_us_gty_ll_full - taxi_eth_phy_25g_us_gty_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1044,7 +1044,7 @@ end else if (HAS_COMMON && GT_TYPE == "GTH" && !GT_USP) begin : xcvr // UltraScale GTH (with common) taxi_eth_phy_25g_us_gth_ll_full - taxi_eth_phy_25g_us_gth_ll_full_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1170,7 +1170,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTY") begin : xcvr // UltraScale/UltraScale+ GTY (channel only) taxi_eth_phy_25g_us_gty_ll_ch - taxi_eth_phy_25g_us_gty_ll_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out), @@ -1287,7 +1287,7 @@ end else if (!HAS_COMMON && GT_TYPE == "GTH") begin : xcvr // UltraScale/UltraScale+ GTH (channel only) taxi_eth_phy_25g_us_gth_ll_ch - taxi_eth_phy_25g_us_gth_ll_ch_inst ( + gt_ch_inst ( // Common .gtpowergood_out(xcvr_gtpowergood_out),