Altera_Forum
Honored Contributor
16 years agoI got a really strange experience
I use nios IDE to develop a test system, when put .sof files into the DE2 develop board and run C files of niosII, I can get a correct result. But when I change the C files, recompile it and run it, the result is remain the one of the last, that is to say it did not change. I must recompile the project in quartus, and redownload the .sof file to the DE2 board. Then I can get a new result.
I think the project of quartus is related to the hardware of my system, and the project of niosII is related to the software of my system. If i want to change my output data, I need only change my C files. But why when I only change the C files, the output on the PC screen is not changed. When I recompile the .sof file and redownload it, the output on the PC screen is what I want? thanks!