Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf all else fails you can always make your own memory component that you have complete control over the block width and depth. To make it visible to the CPU you would just need to add the 'isMemoryDevice' command to the hardware .tcl file so that you can target it like any other memory that ships with SOPC Builder. To find out more about the command you can find it here: http://www.altera.com/literature/hb/nios2/n2sw_nii52018.pdf
This won't work for tightly coupled memories, but you can always add smaller TCMs using the on-chip memory that ships with SOPC Builder.