Forum Discussion
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.
VenT_Altera
Frequent Contributor
3 years agoHi,
Agreed with @ak6dn. DE10-LITE does not have embedded processor. Do you mind to attach your .qar file for us to take a look?
Thanks.
DidYouCatchThat
New Contributor
3 years agoI understand how this would be helpful but, with the use of ARM IP in my project, I'm not allowed to share the project files.