Yogesh
Occasional Contributor
5 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 complete processing ,RTL will store output in some locaton of DDR.
3)Then Read that output data from ddr and store it in some file (through C code and angstrom terminal)
Now I want to do the same using NIOS on cyclone V GT device, is there an example design which does the above function , So I can modify the same setup by replaceing RTL with my codes ?
I am aware of platform designer , but I need help with the C code which addresses DDR of cyclone V GT device.
Please provide me a reference design example files which does similar functions.