Forum Discussion
Altera_Forum
Honored Contributor
18 years agoTSE MAC and Marvell 88E1111
I'm having trouble to bring up the TSE MAC to Ethernet interface on the Stratix II GX PCIe board. I was able to instantiate a triple speed Ethernet MAC and build logic around it. The loopback at the ...
Altera_Forum
Honored Contributor
16 years agoHello to everybody.
I'am using cyclone III dev kit, marvell 88e1111 PHY, Triple Speed Ethernet and nios II. i want to initialize PHY. i try to write code for initializing, but i don't know how to address PHY through the MDIO. in tse_regs.h there is IORD_ALTERA_TSEMAC_MDIO(base, mdio, reg_num) IORD_16DIRECT(base, 0x200 + (mdio * 0x80) + (reg_num * sizeof(alt_u32)) ) i think i can use it, but what are the parameters? base - tse_mac_base? mdio - The MDIO address of the PHY device is configured to the value 18 (0x12)?