Forum Discussion
Altera_Forum
Honored Contributor
18 years agoRGMII with the triple speed ethernet MAC core
Hello, I have a board with a Stratix II 180 C3 FPGA and a Marvell gigabit Ethernet PHY. The MDIO connection with the Phy works well. I can get the Phy status/id/etc. I also receive Ethernet pac...
Altera_Forum
Honored Contributor
17 years agoHi,
You can read to a register by using this: TSE_cmd_reg = IORD_ALTERA_TSEMAC_CMD_CONFIG(TSE_MAC_BASE); for a write: IOWR_ALTERA_TSEMAC_CMD_CONFIG(TSE_MAC_BASE,TSE_cmd_reg); Jan