summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2013-04-13 16:32:33 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2013-04-13 16:32:33 +0000
commit584b758088206b27da3ed6e1d52aa2f1def7bf13 (patch)
tree0eec32fdf71f1a8bb23d7e86a1d3498aef23d4c7
parenteab8e386e590c97303f10126ba4e4a9deb829cc1 (diff)
downloadi2c-tools-584b758088206b27da3ed6e1d52aa2f1def7bf13.tar.gz
DDR3: Repeat tCK, tAA, tRCD, tRP and tRAS values, so that they show up
no only as cycle counts but also absolute time values. git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6135 7894878c-1315-0410-8ee3-d5d059ff63e0
-rwxr-xr-xeeprom/decode-dimms5
1 files changed, 5 insertions, 0 deletions
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index 7fa6e58..b7924a0 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -1436,9 +1436,14 @@ sub decode_ddr3_sdram($)
# more timing information
prints("Timing Parameters");
+ printl("Minimum Cycle Time (tCK)", tns3($ctime));
+ printl("Minimum CAS Latency Time (tAA)", tns3($taa));
printl("Minimum Write Recovery time (tWR)", tns3($bytes->[17] * $mtb));
+ printl("Minimum RAS# to CAS# Delay (tRCD)", tns3($trcd));
printl("Minimum Row Active to Row Active Delay (tRRD)",
tns3($bytes->[19] * $mtb));
+ printl("Minimum Row Precharge Delay (tRP)", tns3($trp));
+ printl("Minimum Active to Precharge Delay (tRAS)", tns3($tras));
printl("Minimum Active to Auto-Refresh Delay (tRC)",
tns3(ddr3_mtb_ftb((($bytes->[21] & 0xf0) << 4) + $bytes->[23], $bytes->[38], $mtb, $ftb)));
printl("Minimum Recovery Delay (tRFC)",