- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi :
I want to use Ethernet to transmit huge of data (after AD processing) to PC. It is better to get about 100Mbps~200Mbps TCP traffic .I think it's hard for Nios II system to get this speeed . Do you have any feasible scheme about this problem ? Does anyone have achieved this speed ? Now ,I have cyclone III and Stratix II ,LAN91C111 and Triple speed Ethernet IP CORE. Best Regards -poseidon링크가 복사됨
13 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- 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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- 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?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
nioswiki has a great example using UDP. The example gets line rate at 1Gbps.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- 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 ?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- 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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- 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?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- I didn't found this example. Where in wiki nios is it? --- Quote End --- http://www.nioswiki.com/exampledesigns/nios2udpoffloadexample
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- I didn't found this example. Where in wiki nios is it? --- Quote End --- Hi, in Wiki Nios page, try to search for "udp". You will find some links, take a look at those with the tags "udp" and "offload". There is a documentation (some explain about the code) and the example (code and an executable). Hope it can help you :D
