Is it possible to interface the Ethernet directly to the FPGA instead of the doing it through the Power PC processor or any other Processor? If yes, kindly throw some light on the same.
thanks in advance.
Is it possible to interface the Ethernet directly to the FPGA instead of the doing it through the Power PC processor or any other Processor? If yes, kindly throw some light on the same.
thanks in advance.
Did you do some basic googling befor asking? Start e.g. at
Hi Surya,
Are you aware that the Xilinx Virtex-4 and Virtex-5 FPGA have an embedded EMAC block? Here is a great article to serve as a starting point:
-David
Using an embedded processor is the natural way to use these interfaces, why do you want to omit it? Also, the embedded hard EMACs are really meant for GBit ethernet, sure you can use them for 10/100 but why?
Surya wrote:
Dear David,
Thank you for your link. It was good. I was aware of the EMACs present in the Virtex 4 and 5. But i was wondering whether it would be efficient to write the protocol handler to (removing and addition of header and footer in simple terms) in the FPGA directly or in the PPC. If it is in PPC i would not be able to use Virtex 5 and hence the EMAC.
Kindly advise.
Asw> Hi Surya,
Aswin,
Lets take the Virtex-5 LX50T as an example. You could utilize a soft processor core(MicroBlaze) within the fabric for your packet processing and interface that to the embedded EMAC. Take a look at XAPP-443
In terms of efficiency (speed), it is a matter of knowing what your throughput needs are for the uP and simulating. In terms of efficiency for additional hardware requirements and board area, I think the FPGA is more practical.
-David
Have something to add? Share your thoughts — no account required.
Ask the community — no account required