Amirreza Nasiri :
ingtar33 :
CAS is not the same as writing speeds. that's a different value all together.
unless you need to know this for a test there isn't much you really need to know about this.
CAS or CL and the Ram Frequency are about the only number that REALLY affects ram performance
all the other numbers are mostly there for stability purposes, and only need adjustment for that reason. furthermore how they're adjusted is pretty formulaic when overclocking or stabilizing ram timings.
.
.
.
First of all, Thank you for your fast reply, I thought that I couldn't get an answer here but I was wrong. I'm really confused about Read and Write command which are sent to the RAM and this is why I ask this question. but unfortunately I'm still confused.
I just want to know what happens in Writing process. I know what happens in Reading. Can you explain Writing process?
probably not to your satisfaction.
it might be easier if i explain what i know and you apply it to what you know. but i doubt i can explain it to your satisfaction.
when the cpu is writing back to the ram it stores the data in the CACHE. it stores the data in order, so first in first out is the order of the day. the data in the cache calls to the memory controller, the need to be written into the ram, the memory controller waits for the current read/write cycle to end and then schedules whatever is currently available for writing to the ram for that cycle.
Now this is where i get foggy on the process but i believe the settings that dictate write speeds and their order in the process are this
tRTW/tRWT- this is the write delay, how many cycles after a write command is received before the write is scheduled to occur~ once these number of cycles pass, we have to wait for the next
CAS - latency period, then we wait for
tRCD - this is the number of cycles we wait for read/write commands to execute after the CAS latency
tRW - these are the number of cycles for a write, and validation of a correct write
that should be the whole process. I don't really know enough about the inner workings and interactions between cores, cache and memory controller to really tell you much more.