From 2e62859b7b71ccf6be12879d7d19150c3891dbfa Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Wed, 4 Feb 2015 11:54:32 +0530 Subject: [PATCH] axiethernet : added hsi namespace to xdefine procs. Signed-off-by: Kishore Kumar Korathaluri --- XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.tcl b/XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.tcl index 49f4fd5d..b7604d4a 100755 --- a/XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.tcl +++ b/XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.tcl @@ -115,7 +115,7 @@ proc xdefine_axiethernet_include_file {drv_handle file_name drv_string} { foreach periph $periphs { #puts $file_handle "" - xdefine_include_file $drv_handle "xparameters.h" "XAxiEthernet" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR" "C_TYPE" "C_TXCSUM" "C_RXCSUM" "C_PHY_TYPE" "C_TXVLAN_TRAN" "C_RXVLAN_TRAN" "C_TXVLAN_TAG" "C_RXVLAN_TAG" "C_TXVLAN_STRP" "C_RXVLAN_STRP" "C_MCAST_EXTEND" "C_STATS" "C_AVB" "C_PHYADDR" + ::hsi::utils::define_include_file $drv_handle "xparameters.h" "XAxiEthernet" "NUM_INSTANCES" "DEVICE_ID" "C_BASEADDR" "C_HIGHADDR" "C_TYPE" "C_TXCSUM" "C_RXCSUM" "C_PHY_TYPE" "C_TXVLAN_TRAN" "C_RXVLAN_TRAN" "C_TXVLAN_TAG" "C_RXVLAN_TAG" "C_TXVLAN_STRP" "C_RXVLAN_STRP" "C_MCAST_EXTEND" "C_STATS" "C_AVB" "C_PHYADDR" set file_handle [::hsi::utils::open_include_file $file_name] # Create canonical definitions