Altera_Forum
Honored Contributor
14 years agoforce Marvell 8E1111 PHY to 100MB on Cyclone III dev. Board
Hi,
I'm implementing a MAC for a Cyclone III 3c120 Board in VHDL. It's PHY has an RGMII inferface but can be used for 10/100 MB speeds aswell. My state machine tells me that it's written to the control register and that it reads "link is up" on the status register of the PHY. But the connection to my PC doesn't seem to be set up and the "100MB LED" isn't on either. This is what I'm writing onto the MDIO: ... shiftreg <= "01" & "01" & phy_address & mi_cmd_type(4 downto 0) & "00"; ... I'm not sure if I'm writing to the correct PHY address! I don't know what it's hardcoded to. How can I find out what PHY address my chip has? The reference manuel doesn't tell me anything.