Forum Discussion
5 Replies
- Altera_Forum
Honored Contributor
Did you define your custom component as a memory component? If not, SOPC Builder will not see your SSRAM as a viable component for the reset and exception vectors.
Best regards, Ben - Altera_Forum
Honored Contributor
Thank you Ben for the reply
How do i add the custom component as memory component in the sopc builder ? Regards Gajanan - Altera_Forum
Honored Contributor
Add the following to your IP TCL file generated by SOPC (after you created component in SOPC)
--- Quote Start --- set_interface_property <interface_name> isMemoryDevice true --- Quote End --- <interface_name> is the name that defined by SOPC - Altera_Forum
Honored Contributor
you may also refer to this link
http://www.altera.com/support/kdb/solutions/rd01232008_606.html - Altera_Forum
Honored Contributor
thanks for support
it's working fine regards, Bhandari