Forum Discussion

DidYouCatchThat's avatar
DidYouCatchThat
Icon for New Contributor rankNew Contributor
3 years ago
Solved

Proper way to add/initialize RAM in FPGA project?

Hi all, I'm trying to figure out the proper way to add memory to an ARM Cortex processor project. The goal here is to be able to toss in a few NOP instructions into memory, have the Cortex run...
  • ak6dn's avatar
    ak6dn
    3 years ago

    Yes, an IP block that instantiates the ALTSYNCRAM single port RAM module should work.

    This will build an INTERNAL FPGA memory using the device block RAM.

    You can initialize it with a .mif file when you instantiate the module.

    If you are trying to use EXTERNAL memory (like SDRAM, or SRAM) that cannot be initialized thru this means.