Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

Multiprocessor & superloop simple socket

Altera_Forum
Honored Contributor II
1,262 Views

hi, 

This is my design (http://img193.imageshack.us/img193/8141/sopc.jpg), i want to to use cpu_tse to handle ethernet without linux 

So, i looked to "Building 3c120 Superloop Simple Socket Server Plus" 

I connect the cpu_tse to the flash...  

I need to know if i have to make some changes in my design to use SSS 

Thanks
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
555 Views

Well it's obviously a little difficult to quickly look at the picture and see everything. Basically all you need to run SSS is: 

 

1 - CPU 

2 - Boot memory (you're going to use the flash) 

3 - Program memory (looks like you're going to use the DDR memory) 

4 - MAC (you're using the TSE MAC which means you need the SGDMA controllers and onchip memory for descriptor storage). 

 

That's it. Nothing else needed. Well technically the SSS example uses a PIO to drive the LED but that's easy to remove. 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
555 Views

thank you jake, 

I should change some script too...
0 Kudos
Altera_Forum
Honored Contributor II
555 Views

What script are you referring to? 

 

Jake
0 Kudos
Altera_Forum
Honored Contributor II
555 Views

create-this-bsp script, create-this-app

0 Kudos
Reply