Hardware: Difference between revisions

From wikinotes
No edit summary
 
Tag: Replaced
Line 3: Line 3:
| [[Available Computer Specs]]
| [[Available Computer Specs]]
|}
|}
= RAM =
<blockquote>
== Calculating CAS latency ==
<blockquote>
<source lang="bash">
#### Calculating CAS Latency
1333mhz / 8 (since this is DDR3). the actual clock speed per bit is 166mhz
1333mhz RAM takes 6ns to complete a single clock period.
( 1 / 166mhz = 0.006000).
## My current CAS latency is 9 so every 9 RAM cycles, information is sent.
## so the delay with CL9 is 54ns.
</source>
* http://www.hardwaresecrets.com/article/Understanding-RAM-Timings/26/6" target="_blank">Understanding Ram Timings
</blockquote><!-- CAS Latency -->
</blockquote><!-- RAM -->

Revision as of 16:36, 19 September 2021