From 514972a66a502d651a360ad0dabf907e71507c17 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sun, 9 Aug 2026 20:51:07 -0700 Subject: [PATCH] eth: Rename TCL script for CMACE4 Signed-off-by: Alex Forencich --- src/eth/example/RK_XCKU5P_F/fpga/fpga/Makefile | 2 +- ...eth_mac_100g_us_cmac.tcl => taxi_eth_mac_100g_us_cmace4.tcl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/eth/rtl/us/{taxi_eth_mac_100g_us_cmac.tcl => taxi_eth_mac_100g_us_cmace4.tcl} (100%) diff --git a/src/eth/example/RK_XCKU5P_F/fpga/fpga/Makefile b/src/eth/example/RK_XCKU5P_F/fpga/fpga/Makefile index 22f0aef..41c7273 100644 --- a/src/eth/example/RK_XCKU5P_F/fpga/fpga/Makefile +++ b/src/eth/example/RK_XCKU5P_F/fpga/fpga/Makefile @@ -43,7 +43,7 @@ XDC_FILES += $(TAXI_SRC_DIR)/sync/syn/vivado/taxi_sync_reset.tcl XDC_FILES += $(TAXI_SRC_DIR)/sync/syn/vivado/taxi_sync_signal.tcl # IP -IP_TCL_FILES += $(TAXI_SRC_DIR)/eth/rtl/us/taxi_eth_mac_100g_us_cmac.tcl +IP_TCL_FILES += $(TAXI_SRC_DIR)/eth/rtl/us/taxi_eth_mac_100g_us_cmace4.tcl IP_TCL_FILES += $(TAXI_SRC_DIR)/eth/rtl/us/taxi_eth_mac_100g_us_gty_156.tcl # Configuration diff --git a/src/eth/rtl/us/taxi_eth_mac_100g_us_cmac.tcl b/src/eth/rtl/us/taxi_eth_mac_100g_us_cmace4.tcl similarity index 100% rename from src/eth/rtl/us/taxi_eth_mac_100g_us_cmac.tcl rename to src/eth/rtl/us/taxi_eth_mac_100g_us_cmace4.tcl