Altera_Forum
Honored Contributor
10 years agoHow is memory synthesized by quartus ii ?
I am using a cyclone ii device (ALTERA DE1 Board by TERASIC) for implementing an application.
My application requires approximately 100KB of RAM. I referred to the device datasheet and it says that there is upto 1.1 Mbits of RAM available onchip. My question is how can I use this onchip ram? Is it that if I write reg [63:0] mem[4095:0], the synthesis tool will automatically allocate a memory block for me or I will have to do it explicitly?