Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSRAM in a custom board
Hello, I have a code that runs OK in the Nios development board. It use the SRAM in this board: IDT71V416 Now I'm trying to load the code in a custom board that contains a SRAM that is ve...
Altera_Forum
Honored Contributor
21 years agoMake sure when you program the sof onto the device that it doesn't trigger a reset on the sram as well (doubtful it would tie into it unless you did that manually in the fpga design).
You can assign the memory to various addresses (I've never done it personally though) using the segmentation functionality. Do you not have enought onchip memory resources for what you are trying to do? If you're running out but have enabled all the various methods to shrink the memory footprint, then I'd start there.