Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to access on chip memeory through software
Dear friend's i have add an on chip memory using SOPC builder, now for accessing this on chip memory in software what are the changes required and in which files for accessing on chip memory t...
Altera_Forum
Honored Contributor
14 years agoYou should have some lines in your system.h that give the on chip memory base address. For example if you called it my_memory in SOPC builder, you'll have a define in system.h with the name MY_MEMORY_BASE with the base address. This is the address you need to use in ipport.h to declare where the packet memory is.