- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am a student in the university doing my final project using the Altera DE2-115 board (Cyclone II). I am looking for a design example of using remote PC connection through Ethernet connection using the NIOS II processor. I cant find anything close to this to start with.
I am using Quartus 11.1 version and NIOSII 11.1 version.
Thanks in advance
Nir
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=165&No=502&PartNo=4
This board is manufactured by Terasic. There is everything you need inside the CD-ROM, which you can download from their website. If you want a TCP/IP protocol, you can start from the webserver project.
Actually there are 2 ways to implement a TCP/IP stack using a NIOSII proc. The first one uses a Real time OS as done inside the example of Terasic and from my experience, it is not straight forward.
The other way uses the uIP implements the stack only and pools the MAC interface to process each ethernet frame. https://en.wikipedia.org/wiki/UIP_(micro_IP)
You can search for an implementation on Intel FPGA device, somes already did it.
I used the latter by the past and it works way faster than the first mentionned. (about 50MB/s with a GbE ethernet interface)
Good luck.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Bonnard for the shared link.
You may also find some close examples on Intel design store here:
https://fpgacloud.intel.com/devstore/?search=ethernet
Regards
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page