Forum Discussion

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

PCIe Dev Kit Stratix II GX and the TSE MegaCore

Hi everyone, I'm new here and have a question.

By the way, it's my first adventure with complex cores and FPGA's, I used to programming in ARM before that.

I want to run a aplication on Nios II catching packages from the Ethernet interface (RJ-45).

The first problem is I don't have any example for that board which uses the RJ-45 interface, 'cause I don't have the SFP conector yet.

I want to adapt this core here (Small TSE MAC Ethernet Example - http://nioswiki.jot.com/small%20tse%20mac%20ethernet%20example) to use it in a PCIe Dev Kit with Stratix II GX. But it requires a SSRAM, but the Stratix II GX don't use this kind of memory.

Can any one here help me?

Thanks!

47 Replies

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

    Thank you for your quick reply!

    Yes, i've reset phy core; i'm using the design "cycloneIII_3c120_dev_niosII_standard" that i found on altera website.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    You should check that the gtx clock is fed correctly, that the RGMII interface is properly constrained and that there are no timing violations reported.

    I would also suggest to connect a SignalTap probe to the RGMII interface and see if the TSE is trying to send anything there.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Daixiwen, i have a stratix 2 gx with uclinux on it. I can't get more than 30 Mbits/sec.

    How can i get more speed?
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    There is a thread on that subject in the Nios forum but unfortunately it seems to be offline right now.

    There is a design example on Altera's web site about improving the TCP/IP performance, and it's a good place to start.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hey

    Can someone please upload the *.c+h files if simple socket server that works with the design example that sophie uploaded?

    it will be very helpfull.

    thank u