Altera_Forum
Honored Contributor
8 years agoethernet phy export to fpga portion
Hi everybody,
I'm trying to export the ethernet phy RGMII interface of our de10-nano board to the fpga portion. The phy is connected to the hps and not directly to the fpga. I want to control the phy from fpga. In qsys I selected full export in the peripheral pins tab hps. According to this example ( https://rocketboards.org/foswiki/projects/cyclonevrgmiiexampledesign ), the RGMII interface is then supposed to be exported to the fpga as GMII. https://alteraforum.com/forum/attachment.php?attachmentid=14719&stc=1 https://alteraforum.com/forum/attachment.php?attachmentid=14719&stc=1 My problem is that the MDIO interface clock has direction OUTPUT, which does not make sense, right? Also the gtx_clock is OUTPUT instead of input... Did I misunderstand the usage of this export functionality? Is this just for 'listening' on the ethernet interface and not for controlling it? https://alteraforum.com/forum/attachment.php?attachmentid=14720&stc=1 Some clarification would be very appreciated, Simon