Forum Discussion
13 Replies
- Altera_Forum
Honored Contributor
application note 440 (http://www.altera.com/literature/an/an440.pdf), page 18, gives some results that you can expect with a Nios CPU on a Stratix II.
- Altera_Forum
Honored Contributor
--- Quote Start --- application note 440 (http://www.altera.com/literature/an/an440.pdf), page 18, gives some results that you can expect with a Nios CPU on a Stratix II. --- Quote End --- Thank you Daixiwen .I will take a gook look at this Document. Best Regard -poseidon - Altera_Forum
Honored Contributor
--- Quote Start --- application note 440 (http://www.altera.com/literature/an/an440.pdf), page 18, gives some results that you can expect with a Nios CPU on a Stratix II. --- Quote End --- If i use DMA,do you think this schema could be more faster? - Altera_Forum
Honored Contributor
nioswiki has a great example using UDP. The example gets line rate at 1Gbps.
- Altera_Forum
Honored Contributor
The ethernet MAC does use DMA.
Jake - Altera_Forum
Honored Contributor
--- Quote Start --- The ethernet MAC does use DMA. Jake --- Quote End --- yea ,I found it use SGDMA after reading the TSE document. My boss think it is better to use pure hardware implement to improve faster TCP traffic ,So.i will have a try to write TCP AND ARP model by Verilog or VHDL .Does anyone have seen documents about how to do this ? - Altera_Forum
Honored Contributor
--- Quote Start --- nioswiki has a great example using UDP. The example gets line rate at 1Gbps. --- Quote End --- Thank you ,But I have to use TCP that Provide reliably data transmit. - Altera_Forum
Honored Contributor
You're in for some pain. TCP is non-trivial.
Jake - Altera_Forum
Honored Contributor
--- Quote Start --- nioswiki has a great example using UDP. The example gets line rate at 1Gbps. --- Quote End --- I didn't found this example. Where in wiki nios is it? - Altera_Forum
Honored Contributor
I'm sorry, i found the page.