Help needed with SDRAM controller

Status
Not open for further replies.

Aircraft Maniac

Member level 5
Joined
May 18, 2002
Messages
80
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
656
Hi people I need verilog code for Asynchronous SDRAM controller by Cypress technologies.........

Any one having it plz mail me..........thx

Aircraft Mainac
 

Hi Aircraft Maniac,

I don't know if it helps, but take a look at opencores.org. I know that the have some memory controller for free.
Maddin
 

SDRAM = Synchronous Dynamic Random Access Memory...


I had a very similar problem. I am using a XESS XSA-100 board:

**broken link removed**

which contains an SDRAM chip:

http://www.hynix.com/datasheet/pdf/dram/(1)HY57V281620A(L)T(1.3).pdf

connected to the Xilinx Spartan 2. I tried several projects including the
ones from Opencores, Xilinx, Altera and others I can't remember (all for
free) and none of them worked. I bumped into the design made by XESS
by Dave Van Den Bout:

**broken link removed**
**broken link removed**

which worked very well, but it uses the SDRAM in "bursts of one"
address. Unfortunately, using a simple calculator, I figured that this
wouldn't be enough to generate simple VGA video with a clock rate of
50MHz, so I decided to write my own VHDL code that knows only how
to access the memory in busts of eight locations. I am still testing it
and it has a few bugs, but it appears to be working almost OK.

I suggest you check out Dave's design and see if it meets your
requirements.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…