DidYouCatchThat
New Contributor
3 years agoProper 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...
- 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.