Altera_Forum
Honored Contributor
10 years agoDE0-CV, QSYS, execute program from SDRAM instead of onchip (instruction master S1..)
Hello,
I have a DE0-CV working with sdram and onchip memory. When i connect instruction_master with the S1 of the sdram, my system stops working. If I understand the documentation correctly, my system cannot boot from sdram (boot vector + exeception vector cannot be in sdram ) What i an trying to do is to boot from a small onchip memory section and then proceed with a program loaded in the SDRAM. So i installed a small onchip ram section (1024 bytes) and tried to compile my nios sytem. Eclipse reacts with the compile message "region `onchip_memory2' overflowed by 59400 bytes" My question: 1) Is it possible to use the SDRAM for program code? (S1 connecting to instruction_master seems to halt my system.) 2) How do i configure the NIOS system that it locates the majority of the program in the SDRAM after loading the program in fpga ram? remark: l load the system using JTAG, loading the system with the rom on the board is not a target. Thanks for a response John.