Ask for SDRAM power model

D

draggon

Guest
Hi,

I am now studying in power savings in SoC. I want a SDRAM power model
which can recocgize

the difference between burst read and single read in it. Following is an
example for this:
when(burst_read_8)
Power = Power + DissipationInBurst_Read_8Word;
when(burst_read_16)
Power = Power + DissipationInBurst_Read_16Word;
when(Active_bank)
Power = Power + DissipationInBank_Active
........

I can't find this kind of power model which is accrute in operation
level in Internet, so who can help me?

Regards
Yang Jun
 

Welcome to EDABoard.com

Sponsor

Back
Top