Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | SDRAM controller.

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

SDRAM controller. - 2005-11-10 21:56:00

Hi Guys,

I am writing a SDRAM controller (for the first time), its a Micron
MT48LC16M16 sdram. I am having a little trouble coding it, i've written
some code for it but i am not sure if i am going along the right path
or not ? Does neone has a little tutorial on how to code a sdram
controller or perhaps a sdram controller that they wrote (doesnt matter
for which SDRAM), nething that i could use as a reference to learn
more. Ne help would be appreciated !! Thanks.

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: SDRAM controller. - mughat - 2005-11-10 23:01:00

You can take a look at this one in opencores.org
-->
http://www.opencores.org/projects.cgi/web/ddr_sdr/overview

<b...@hotmail.com> wrote in message 
news:1...@g49g2000cwa.googlegroups.com...
> Hi Guys,
>
> I am writing a SDRAM controller (for the first time), its a Micron
> MT48LC16M16 sdram. I am having a little trouble coding it, i've written
> some code for it but i am not sure if i am going along the right path
> or not ? Does neone has a little tutorial on how to code a sdram
> controller or perhaps a sdram controller that they wrote (doesnt matter
> for which SDRAM), nething that i could use as a reference to learn
> more. Ne help would be appreciated !! Thanks.
> 



Re: SDRAM controller. - Ray Andraka - 2005-11-10 23:15:00

b...@hotmail.com wrote:

>Hi Guys,
>
>I am writing a SDRAM controller (for the first time), its a Micron
>MT48LC16M16 sdram. I am having a little trouble coding it, i've written
>some code for it but i am not sure if i am going along the right path
>or not ? Does neone has a little tutorial on how to code a sdram
>controller or perhaps a sdram controller that they wrote (doesnt matter
>for which SDRAM), nething that i could use as a reference to learn
>more. Ne help would be appreciated !! Thanks.
>
>  
>
HOw about Xilinx's SDRAM controller.  I'm pretty sure the source is on 
their website along with the app-note.

-- 
--Ray Andraka, P.E.
President, the Andraka Consulting Group, Inc.
401/884-7930     Fax 401/884-7950
email r...@andraka.com  
http://www.andraka.com  

 "They that give up essential liberty to obtain a little 
  temporary safety deserve neither liberty nor safety."
                                          -Benjamin Franklin, 1759


______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: SDRAM controller. - jai.dhar@gmail.com - 2005-11-11 09:12:00

I am using the exact same RAM with Ateras SDRAM
controller, which has
source with it. Are you doing this just for academic purposes? I would
suggest looking at their core, just because I know it works :)

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.