Forum Discussion
Altera_Forum
Honored Contributor
11 years agoProblem in migrating design from Quartus 9.0 (SOPC) to 13.1 (Qsys)
Hi there, I installed Quartus 13.1 (update 4) on a new Windows 8.1 PC and I'm trying to migrate some old designs created with Quartus 9.0 sp2 and SOPC builder. I had no problem in converting the...
Altera_Forum
Honored Contributor
11 years agoThe NIOS2_HAS_DEBUG_STUB define has no effect. It changes the action taken when exception happens, but the exception itself is still there.
The issue seems to be caused by a missing irq handler. The strange thing is that with the debugger I see a valid handler short before the exception happens, then it become NULL when alt_irq_enable() is called. Anyway I don't know if this is simply an artifact, since the code goes through a lot of macros and inlined functions which could mislead the debugger. Going deeper I found that the exception is thrown when code calls NIOS_WRITE_STATUS(context), where context=1; I don't know if this is related to my problem, but I get many of these warning messages during project build: 0 [main] pwd 6064 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list [email protected] 0 [main] sh 4956 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list [email protected] 0 [main] sh 5384 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list [email protected] ...