Forum Discussion
Altera_Forum
Honored Contributor
11 years agoFPGA memory initialization and management
Hi, my design is using a cyclone IV on-chip memory. I have two questions (for the moment): - when configuring the memory with qsys, I don't really understand the data-width choice. If it's 32-bi...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Read the code and see what it does with the altsyncram address port. --- Quote End --- Qsys tells it's an altera_avalon_onchip_memory2, I don't know if it's the same as altsyncram... The address is controlled by a VHDL line:
addr <= std_logic_vector(to_unsigned(tstep, addr'length)); Tell me if I shouldn't do that. --- Quote Start --- File->New, Memory Files, Hexadecimal (Intel-Format) File. --- Quote End --- Thanks for that. Is the Memory Initialization File better?