Altera_Forum
Honored Contributor
16 years agoNeed help regarding RAM initialization
Hello,
I am working on a music player project and would like to preload some songs onto a DE2 board and play them back using eg. KEY's on the board. I am very much a beginner so please be patient. I have the songs available in WAV format and will convert them to PCM. My questions is: How does one go about initializing RAM? I'd like to preload the RAM with data from the PCM so that I can read them later on. I've taken a look at the MegaWizard RAM Initializer but am clueless as to what the parameters represent (eg. words, width) and how the parameters relate to what I am trying to accomplish. I imagine that I'd probably want to load from a memory initialization file (.mif), but how does one load PCM onto a .mif file? Thank you in advance.