#include "ipport.h" // MAXNETS #include "system.h" // component names #include "altera_avalon_tse.h" // phy_cfg_fp, alt_tse_system_info, TSE_PHY_AUTO_ADDRESS #include "altera_avalon_tse_system_info.h" // TSE_SYSTEM_EXT_MEM_NO_SHARED_FIFO alt_tse_system_info tse_mac_device[MAXNETS] = { //TSE_SYSTEM_EXT_MEM_NO_SHARED_FIFO(ETH_TSE_0, 0, SGDMA_TX, SGDMA_RX, TSE_PHY_AUTO_ADDRESS, 0, DESCRIPTOR_MEMORY) TSE_SYSTEM_EXT_MEM_NO_SHARED_FIFO(ETH_TSE_0, 0, SGDMA_TX, SGDMA_RX, 0x01, &KSZ8081_phy_cfg, DESCRIPTOR_MEMORY) };