Altera_Forum
Honored Contributor
12 years agoHow to convert On Chip memory to SRAM .??
Hi All,
I am a newbie to Altera FPGA. I am using Altera FPGA for a class project. I am using a custom processor ( not NIOS) and I am as of now using Onchip memory for instruction and data. I now need to use SRAM instead of onchip memory. I am using DE4 development board with Stratix 4 FPGA. As of now I am instantiating "altsyncram" for both instruction and data and initialising them using .mif file. I have no idea how to migrate this to SRAM. I have generated SRAM controller using Megawizard and I am struck as how to initalise SRAM.?? If you could give any links of project code where SRAM controller is used it would be helpful. Thanks,