summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-10-27 22:35:52 -0400
committerMahmoud <[email protected]>2017-10-27 22:35:52 -0400
commitf23021ad8663636e1103bd75a742480cb6238435 (patch)
tree1310fb91f6c2d75f0123281d4357f0f9ffc23ff8 /src/gpgpu-sim/gpu-sim.h
parentc1bb3638d2c3a8f1b86e0e952e12bb2ed7f1c0dc (diff)
add more statistics and chaging Pascal config
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 52c4643..043fcee 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -199,7 +199,7 @@ struct memory_config {
assert(nbkgrp>0 && "Number of bank groups cannot be zero");
tRCDWR = tRCD-(WL+1);
tRTW = (CL+(BL/data_command_freq_ratio)+2-WL);
- tWTR = (WL+(BL/data_command_freq_ratio)+tCDLR);
+ tWTR = (WL+(BL/data_command_freq_ratio)+tCDLR);
tWTP = (WL+(BL/data_command_freq_ratio)+tWR);
dram_atom_size = BL * busW * gpu_n_mem_per_ctrlr; // burst length x bus width x # chips per partition