Jump to content

DDR RAM question

Go to solution Solved by Deknoid,

The DDR RAM is based on the same framework like that of the Synchronous Dynamic RAM, but with the only difference being that with reference to the system clock cycle, the DDR RAM transfers twice the data in the same amount per clock cycle, thus making it essentially twice as fast as the SDRAM.

The DDR RAM is based on the same framework like that of the Synchronous Dynamic RAM, but with the only difference being that with reference to the system clock cycle, the DDR RAM transfers twice the data in the same amount per clock cycle, thus making it essentially twice as fast as the SDRAM.

Link to comment
https://linustechtips.com/topic/357211-ddr-ram-question/#findComment-4847648
Share on other sites

Link to post
Share on other sites

I think you're confusing different things here... ram has a maximum frequency (which thanks to double data rate gets effectively doubled) of data transfer. When it's ready the cpu can request some data and store it in the cache. If the ram is not yet ready, the cpu must wait until it is. Usually the cpu doesn't need new data every clock cycle and therefore ram speed is not a bottleneck in most scenarios.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
https://linustechtips.com/topic/357211-ddr-ram-question/#findComment-4847651
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×