Forum Discussion
Yogesh
Occasional Contributor
6 years agoNIOS on cyclone V GT device
I have done an SOC project on cyclone V SX device which does the following :
1) write some input data(say 10 locations) to DDR (through C code and angstrom terminal)
2) trigger RTL , after compl...
Eliath_G_Intel
Occasional Contributor
6 years ago- Yogesh5 years ago
Occasional Contributor
Hi,
I used these 2 design examples.
1)CVGT Nios II Simple Socket Server Quick Reference Guide -
2) Using the NicheStack TCP/IP Stack - Nios II TutorialThe simple_server.c code provided is same for both design examples.
I am expecting this window from there documentation while running 2nd design,
but I get this window which is same as 1st design (there is only 1 simple_socket_server.c code provided-- which is wrong )
Please provide me the simple_socket_server.c code for the 2nd project.