Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi,
I am using Arria II GX FPGA on my custom board. Marvell 88E1111 PHY, TSE MAC and RGMII I m using Quartus version 10.1 I am trying to run Simple Socket Server with RGMII mode on my custom board. I am able to ping my custom board with th IP address I configured on it. But connection establishment between client and server is not happening Do I need to include marvell_cfg_rgmii(tse[iface].mi.base); in ins_tse_mac.c Where exactly shall I include "marvell_cfg_gmii(tse[iface].mi.base);" in ins_tse_mac.c What can be other possible solution?