Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Adding SSRAM for Reset and exception vector in NIOS2(sopc builder)

hi,

I m using ssram CY7C140V33, which is not part of the SOPC builder SSRAM Controller.So i Created the new component for this SSRAM(added signals and interfaces). after adding to the SOPC system, im not able to add this SSRAM to Reset and exception vector of the NIOS2 cpu

I need help

regards,

Gajanan

5 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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