Forum Discussion
andy25
Occasional Contributor
2 years agoNios V exception code
I have a Nios V and an "Avalon FIFO Memory Intel FPGA IP" fifo I'm trying to read in C. I can read the status and length just fine: // works
int len = altera_avalon_fifo_read_level(IPMB_FIFO_IN_C...
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
Regarding the exception code, we have these:
Table 48:
I could not find further info on it. Are you still seeing the exception code after making the changes?
andy25
Occasional Contributor
2 years agoNope. Everything runs fine as long as I have an even base address.
After running the Auto Assign Base Address thing, I just have to remember to check them.
-Andy