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

There are 12 messages in this thread.

You are currently looking at messages 0 to 10.

SDRAM - RANGA REDDY - 2004-05-26 02:27:00

Hi all,

can anybody tell how autorefresh in SDRAM exactly works? suppose in
SDRAM specifications it is mentioned that 64 ms, 4096 cycle
refresh(15.6 us/row) what exactly it means and how we need to generate
the autorefresh cycles.

actually i am trying to upgrade the 512k*4*32 SDRAM(Fujitsu Make) to
Micron Make 1M*4*32 SDRAM.

FUJITSU specifies that 4K refresh cycles every 16ms, auto refresh (3.9
us) and micron specifies that 64 ms, 4096 cycle refresh(15.6 us/row).

Did any body tried to do this kind of upgradation. we have the code
for Fujitsu SDRAM specifications.

Anybody can help in this regard please reply to
s...@myw.ltindia.com .i can send u the data sheets of both the
SDRAMs,if you want.

thanks and regards,

S.RANGA REDDY



Re: SDRAM - x - 2004-05-26 05:35:00

a
s...@myw.ltindia.com (RANGA REDDY) wrote in message
news:<3...@posting.google.com>...
> Hi all,
> 
> can anybody tell how autorefresh in SDRAM exactly works? suppose in
> SDRAM specifications it is mentioned that 64 ms, 4096 cycle
> refresh(15.6 us/row) what exactly it means and how we need to generate
> the autorefresh cycles.
> 
> actually i am trying to upgrade the 512k*4*32 SDRAM(Fujitsu Make) to
> Micron Make 1M*4*32 SDRAM.
> 
> FUJITSU specifies that 4K refresh cycles every 16ms, auto refresh (3.9
> us) and micron specifies that 64 ms, 4096 cycle refresh(15.6 us/row).
> 
> Did any body tried to do this kind of upgradation. we have the code
> for Fujitsu SDRAM specifications.
> 
> Anybody can help in this regard please reply to
> s...@myw.ltindia.com .i can send u the data sheets of both the
> SDRAMs,if you want.
> 
> thanks and regards,
> 
> S.RANGA REDDY
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: SDRAM - Steven - 2004-05-26 13:19:00

I think, you just send auto refresh command to
sdram, and set a count,
let it count down from the cycles it needs. When count equals 0, then
auto refresh is finished. SDRAM does the job automatically.


Steven



s...@myw.ltindia.com (RANGA REDDY) wrote in message
news:<3...@posting.google.com>...
> Hi all,
> 
> can anybody tell how autorefresh in SDRAM exactly works? suppose in
> SDRAM specifications it is mentioned that 64 ms, 4096 cycle
> refresh(15.6 us/row) what exactly it means and how we need to generate
> the autorefresh cycles.
> 
> actually i am trying to upgrade the 512k*4*32 SDRAM(Fujitsu Make) to
> Micron Make 1M*4*32 SDRAM.
> 
> FUJITSU specifies that 4K refresh cycles every 16ms, auto refresh (3.9
> us) and micron specifies that 64 ms, 4096 cycle refresh(15.6 us/row).
> 
> Did any body tried to do this kind of upgradation. we have the code
> for Fujitsu SDRAM specifications.
> 
> Anybody can help in this regard please reply to
> s...@myw.ltindia.com .i can send u the data sheets of both the
> SDRAMs,if you want.
> 
> thanks and regards,
> 
> S.RANGA REDDY

Re: SDRAM - RANGA REDDY - 2004-06-11 11:01:00

Hi 

is it true that Micron SDRAM does not require any refresh cycles if we
are reading the SDRAM rows once in 20 ms atleast? if i dont give any
refresh cycles what will be the condition of the SDRAM?

please reply me answer..

regards,

S.RANGA REDDY
 


d...@lycos.de (Steven) wrote in message
news:<b...@posting.google.com>...
> I think, you just send auto refresh command to sdram, and set a count,
> let it count down from the cycles it needs. When count equals 0, then
> auto refresh is finished. SDRAM does the job automatically.
> 
> 
> Steven
> 
> 
> 
> s...@myw.ltindia.com (RANGA REDDY) wrote in message
news:<3...@posting.google.com>...
> > Hi all,
> > 
> > can anybody tell how autorefresh in SDRAM exactly works? suppose in
> > SDRAM specifications it is mentioned that 64 ms, 4096 cycle
> > refresh(15.6 us/row) what exactly it means and how we need to generate
> > the autorefresh cycles.
> > 
> > actually i am trying to upgrade the 512k*4*32 SDRAM(Fujitsu Make) to
> > Micron Make 1M*4*32 SDRAM.
> > 
> > FUJITSU specifies that 4K refresh cycles every 16ms, auto refresh (3.9
> > us) and micron specifies that 64 ms, 4096 cycle refresh(15.6 us/row).
> > 
> > Did any body tried to do this kind of upgradation. we have the code
> > for Fujitsu SDRAM specifications.
> > 
> > Anybody can help in this regard please reply to
> > s...@myw.ltindia.com .i can send u the data sheets of both the
> > SDRAMs,if you want.
> > 
> > thanks and regards,
> > 
> > S.RANGA REDDY
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

Re: SDRAM - Tommy Thorn - 2004-06-11 11:50:00

RANGA REDDY wrote:
> is it true that Micron SDRAM does not require any refresh cycles if we
> are reading the SDRAM rows once in 20 ms atleast? if i dont give any
> refresh cycles what will be the condition of the SDRAM?

AFAIK, *no* SDRAM requires refresh cycles if all the rows you care about 
are touched (read or written) sufficiently often.  I think once every 
64ms is enough.

I've never seen anybody take advantage of that though.

Tommy

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

Re: SDRAM - rickman - 2004-06-11 12:29:00

Tommy Thorn wrote:
> 
> RANGA REDDY wrote:
> > is it true that Micron SDRAM does not require any refresh cycles if we
> > are reading the SDRAM rows once in 20 ms atleast? if i dont give any
> > refresh cycles what will be the condition of the SDRAM?
> 
> AFAIK, *no* SDRAM requires refresh cycles if all the rows you care about
> are touched (read or written) sufficiently often.  I think once every
> 64ms is enough.
> 
> I've never seen anybody take advantage of that though.

There are some apps where the refresh is done automatically by the
repetitive accesses, like video for example.  The refresh period varies
with different row/column sizes and layout, so check the data sheet!  I
recall that the older parts were in the low ms range, but the period
increased as the number of rows increased.  

-- 

Rick "rickman" Collins

r...@XYarius.com
Ignore the reply address. To email me use the above address with the XY
removed.

Arius - A Signal Processing Solutions Company
Specializing in DSP and FPGA design      URL http://www.arius.com
4 King Ave                               301-682-7772 Voice
Frederick, MD 21701-3110                 301-682-7666 FAX

Re: SDRAM - Hal Murray - 2004-06-12 00:23:00

[DRAM refresh not needed if you read/write often
enough]

>I've never seen anybody take advantage of that though.

We built a delay line using DRAM.  The idea was to simulate
a 10,000 km 155 megabit link in order to test software.

No refresh needed.  Just assign the RAS/CAS bits such that
you use each row often enough.  On the other hand, you can
save power if you don't touch rows more often than necessary.

-- 
The suespammers.org mail server is located in California.  So are all my
other mailboxes.  Please do not send unsolicited bulk e-mail or unsolicited
commercial e-mail to my suespammers.org address or any of my other addresses.
These are my opinions, not necessarily my employer's.  I hate spam.

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

Re: SDRAM - john jakson - 2004-06-12 20:50:00

h...@suespammers.org (Hal Murray) wrote in
message news:<z...@megapath.net>...
> [DRAM refresh not needed if you read/write often enough]
> 
> >I've never seen anybody take advantage of that though.
> 
> We built a delay line using DRAM.  The idea was to simulate
> a 10,000 km 155 megabit link in order to test software.
> 
> No refresh needed.  Just assign the RAS/CAS bits such that
> you use each row often enough.  On the other hand, you can
> save power if you don't touch rows more often than necessary.

Curious, I am planning on making my cpu DDR interface run as hot as
possible (not that I like heat) but I am running no sram data cache
since the ld/st address for 16 threads will be more random than a
small cache could handle.

The DDR specs I have from Micron are vague on power dissipation or I
haven't found it yet for the case I am interested in.

In order to allow so many threads I also need to thow them around to
different banks, if they all hog 1 bank, perf would be impacted.

So how much power can a typ 256M DDR DRAM dissipate when running
Ras/Cas cycles as often as possible at say 250MHz and on random banks
1 or 2 simultaneous?

regards

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

Re: SDRAM - Hal Murray - 2004-06-12 21:45:00

>The DDR specs I have from Micron are vague on
power dissipation or I
>haven't found it yet for the case I am interested in.

There is probably a section on current used under various
conditions.

-- 
The suespammers.org mail server is located in California.  So are all my
other mailboxes.  Please do not send unsolicited bulk e-mail or unsolicited
commercial e-mail to my suespammers.org address or any of my other addresses.
These are my opinions, not necessarily my employer's.  I hate spam.


Re: SDRAM - 2004-06-14 05:32:00

Tommy Thorn
<TommyAtNumba-Tu.Com--n...@yahoo.com> writes:

> RANGA REDDY wrote:
> > is it true that Micron SDRAM does not require any refresh cycles if we
> > are reading the SDRAM rows once in 20 ms atleast? if i dont give any
> > refresh cycles what will be the condition of the SDRAM?
> 
> AFAIK, *no* SDRAM requires refresh cycles if all the rows you care
> about are touched (read or written) sufficiently often.  I think once
> every 64ms is enough.
> 
> I've never seen anybody take advantage of that though.
> 

Our video-processing app doesn't bother with refresh for the display
frame buffer.

Cheers,
Martin

-- 
m...@trw.com
TRW Conekt, Solihull, UK
http://www.trw.com/conekt
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.

| 1 | 2 | next