Altera_Forum
Honored Contributor
15 years agoActual maximum data rate of Nios w/ 10/100/1000 TSE MAC on Stratix IV
Dear all,
Currently I'm developing a Gigabit Ethernet Interface project on Stratix IV which employs Nios (uCOS-II) with 10/100/1000 TSE MAC. This interface project is dedicated to forward data from several DSP boards to a PC via gigabit ethernet connection. The current progress, the data rate of my Stratix IV is only 20 Mbps. I'm wondering why the data rate is very slow. From the Altera 440 app.note, it is written that the data rate of TCP connection using 10/100/1000 TSE MAC on Stratix II is about 116 Mbps (Have anyone tried to implement this app.note? :confused:). I've been trying to implement some design tips in this app.note. However, when I tried to use faster packet memory (using onchip memory instead of DDR3 to store my data packet, and making some modifications in ipport.h as written in app.note 440), my Nios software stopped. It stopped before entering the main program (from the Nios console, it only showed this text "==== Software License Reminder ====" , which is the initial part of the program). Do anyone know what causes this problem? :confused: Please help me :( I really appreciate any helps or comments. Thanks..