Altera_Forum
Honored Contributor
15 years agorunning C without jtag
Hello,
I'm working on a module that is a part of a big project that's done on several stratix 3 FPGAs on a Gidel board. My problem is this: In all the NIOS guides that I read I only see that the C code is being run/started from a GUI (NIOS IDE) which is activated via jtag/USB blaster or something like that. could someone refer me to a guide/reference that explains how to choose a C program and have it connected to the SOPC designer (or something like that) so that when I load the bitstream to the FPGA the code is already there. Maybe I'm not explaining myself too well. What I mean is that the program will not need a jtag so that when the FPGA is loaded it will always work and only when some bit in the RTL is triggered it will start a method of the code. Thanks, Ayal