Hardware: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= My Computers =
{|  
{|  
| [[Available Computer Specs]]
| [[Available Hardware]]
|-
| [[Neat Hardware]]
|}
|}
= 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 -->

Latest revision as of 13:08, 15 April 2022