Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How do I get 18 addresses out of a 12 address SDRAM?

Altera_Forum
Honored Contributor II
1,177 Views

Hi. I wanted to know how I can get more address space out of the SDRAM in my Altera DE1. 

 

for example: At the moment, I have SRAM wired up to a games console in which I use to load the games off of. I want to use SDRAM because I need 2 Megabytes for some ROM's, where as the RAM I am using at the moment (SRAM) can only hold up to 512 KB. The problem with doing this, is I found out the SDRAM does not have as many address pins as the SRAM does. 

 

How can I go around solving this exactly? 

 

 

Thanks for your help.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
440 Views

Take a look to any sdram datasheet: sdram are organized in rows, columns and possibly banks; those few address lines actually multiplex row and column addresses which eventually build the real logical address of the memory cell to be accessed.

0 Kudos
Reply