Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Communication between PC and FPGA kit with ethernet phy chip

Status
Not open for further replies.

akanekendo

Newbie level 2
Joined
Jun 28, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,295
Hello

I need to talk to an FPGA via on board ethernet port. The connection would be between an Altera Stratix IV GT, a Marvell 88E1111 and a PC. I have working knowledge with VHDL, quartus, and Labview.

My question is can I program only at the hardware level? I just need to read some data from the FPGA at sub-Mbps into a file. There is no need of data writing back.

I get the sense that I need to use TSE mega function. Do I have to implement a NIOS processor to talk to the module? on the PC side, does national instrument offer some driver for the Marvell chip?


thanks very much,

ak
 

My question is can I program only at the hardware level?
on the PC side, does national instrument offer some driver for the Marvell chip?
Yes you can. See MII interface specification (IEEE 802.3 standard).
As for the PC - there are libraries to do that. See LibPcap/WinPcap
 

Yes you can. See MII interface specification (IEEE 802.3 standard).
As for the PC - there are libraries to do that. See LibPcap/WinPcap

follow up question.
If I program on the FPGA using MII protocol (I am assuming raw data plus some handshaking), do I need to use the package lib on the PC side? If not, what should I use?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top