Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt spend too much time to run
HI,sometimes i found such problems.After i have build the project,it still take more than 3 minutes before it start runing as NIOS ii hardware.However sometime it is so quickly(less than 30 seconds) ...
Altera_Forum
Honored Contributor
15 years agoProbably you have a corrupted makefile that forces full recompilation because of a wrong file reference. The file is unrelated to the project, but if it gets modified, it triggers the "rebuild all" process.
Look if you find something in the project build options. You can try to re-create the project from scratch and test if you still have the same problem.