Altera_Forum
Honored Contributor
14 years agoDE0 SDRAM Control Panel Addressing
Hi,
On DE0 board there is a 8 Mbyte sdram with 4 banks. Each bank consists of 4096 rows and 256 columns of 16 bit data. I want to write data to sdram with de0 control panel software. But its addressing style is like 0x000000 (24 bits). But actually rows are 12bits, columns are 8 bits and banks are 2 bits with a total 22 bits. Which bits correspond to software's addressing style? Which ones represent banks which ones represent rows. Thanks and Regards.