Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Multiprocessor & superloop simple socket

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

4 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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