Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Interfacing the MARVEL Chip on DE2-115

I would like to link the DE2-115 to my PC and need to implement a simple protocol not taking away too many resources, so I thought to use GigE.

I would like to interface the MARVEL chip directly with a simple MAC core for basic ethernet connection, possibly only UDP.

Did anybody do this already?

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Yes you will need to write a MDIO master to be able to configure the PHY chip first. Note that the PHY datasheet isn't publicly available and you have to sign a rather restrictive NDA with Marvell if you want to get hold of it. You can go around it though and can have a look at the ALtera Nios dirver to see how the chip is initialized.

    Then you can directly connect a custom design to the PHY's RGMII interface. Of course you will have to generate/detect the preamble part of the packet and handle all the Ethernet protocol yourself, and probably add a MAC/protocol filter on the input side because a PC is very talkative a lot when you connect something to its Ethernet port ;)

    --- Quote End ---

    Could you please tell me where the altera nios driver I need to look at is located and what it is called? I have not had any luck in locating the Marvell datasheet and I need to see how the 88E1111 is initialized.

    Thanks,

    Phil