Forum Discussion

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

Reset Address points to volatile memory

Hello Folks,

In SOPC builder I have a warning which says "Reset address points to volatile memory; undefined execution of code may occur upon reset".

This refers to the SDRAM I added. I wanted to know if this can cause a problem in my design or I should simply ignore it.

Thanks.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    I get this warning in my designs also. I think it can be ignored as when the Nios II IDE runs it loads a program into SDRAM and then runs from there. I think the warning is simply to state that if the SDRAM has not been loaded with a program when the CPU starts execution at the start address in the SDRAM there will be no valid instructions to execute.

    Peter
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by mumford@Apr 1 2007, 10:47 PM

    i get this warning in my designs also. i think it can be ignored as when the nios ii ide runs it loads a program into sdram and then runs from there. i think the warning is simply to state that if the sdram has not been loaded with a program when the cpu starts execution at the start address in the sdram there will be no valid instructions to execute.

    peter

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=22717)

    --- quote end ---

    --- Quote End ---

    Ok, thanks for the reply.