anwayy
Junior Member level 2
Hi.
I'm looking for a SDRAM power model whick can distinguish SDRAM power dissipation between Single Read and Burst Read operation.
Somethine like this:
when (SdramInBurstRead_8)
Power = Power + Power_SdramInBurstRead_8;
when (SdramInBurstRead_16)
Power = Power + Power_SdramInBurstRead_16;
when (SdramInSingleRead)
Power = Power + Power_SdramInSingleRead;
when (SdramInActive)
Power = Power + Power_SdramInActive;
......................
I can't find one which is accurate in application level. So who can help me?
best regards
Jason
I'm looking for a SDRAM power model whick can distinguish SDRAM power dissipation between Single Read and Burst Read operation.
Somethine like this:
when (SdramInBurstRead_8)
Power = Power + Power_SdramInBurstRead_8;
when (SdramInBurstRead_16)
Power = Power + Power_SdramInBurstRead_16;
when (SdramInSingleRead)
Power = Power + Power_SdramInSingleRead;
when (SdramInActive)
Power = Power + Power_SdramInActive;
......................
I can't find one which is accurate in application level. So who can help me?
best regards
Jason