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.

Spartan 3e board board communication by Ethernet port

Status
Not open for further replies.

rourabpaul

Member level 3
Joined
Aug 14, 2010
Messages
67
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
kolkata
Activity points
1,747
Hello everyone,

I am working in spartan3e with EDK11.1. I have succesfully sent data from board to pc via ethernet using emaclite.I noticed the packet in my pc by wireshark.

Now i want to receive data from pc to board via ethernet?what function should i use?Can this similar approach be used by connecting the to board via ethernet.
I have used XEmacLite_SendFrame; to send a fram from board to pc and that succesfully happend.
 

Don't know what the specific problem is. Getting the PC to send some packets to the FPGA? If so, that can trivially done by using netcat for example. Netcat is pretty handy for some quick and dirty network testing.

Almost forgot, if your fpga does not respond to arp requests (because you didn't implement that) you need to setup a static arp entry for the fpga MAC + it's ip.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top