From dad9e2a5cfb0f1f49279a6d2746454dd32f6eb85 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Mon, 18 Jun 2012 21:59:31 -0800 Subject: Fixed GDDR5 parameters in Fermi config: - Increased burst length to 8 and changed address mapping to reflect 16 banks as suggested by Jungrae. - Decreased the DRAM clock to 924MHz from 1848MHz. - Corrected CAS Latency and Write Latency in the timing constraints. - Added a new option 'dram_data_command_freq_ratio' to configure the frequency ratio between the DRAM data bus and command bus. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13138] --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index adb3eff..5cc73a2 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,15 @@ Version 3.1.0+edits (development branch) versus 3.1.0 metric was only reporting the average for memory accesses from the final AerialVision sampling window. Now the metric reports average memory latency for all memory accesses in the entire application run. + - Corrected GDDR5 parameters in Fermi configuration: + - Increased burst length to 8 and changed the address mapping to reflect + 16 banks as suggested by Jungrae + - Decreased DRAM clock to 924MHz from 1848MHz. + - Corrected CAS Latency, Write Latency and other timing constraints. + - Added a new option 'dram_data_command_freq_ratio' to configure the + frequency ratio between the DRAM data bus and command bus. This allows + GPGPU-Sim to support both GDDR3 (data rate = 2X command rate) and GDDR5 + (data rate = 4X command rate). Version 3.1.0 versus 3.0.2 - Support for CUDA 4.0 for both PTX and PTXPlus. -- cgit v1.3