summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorInderpreet Singh <[email protected]>2012-02-26 04:11:23 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:04 -0700
commit609ebad6b15d4cd08e5a34579a73433772bf0e9f (patch)
tree657aa7bf4665fc31765551436891682935f98900 /src/gpgpu-sim/gpu-sim.h
parent928f6d330516f03bdbecd52350bf1b9fb9fcf534 (diff)
Turned ROP and DRAM latency/delays into options
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11522]
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index 7c14594..31def4b 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -97,6 +97,9 @@ struct memory_config {
unsigned m_n_mem;
unsigned gpu_n_mem_per_ctrlr;
+ unsigned rop_latency;
+ unsigned dram_latency;
+
// DRAM parameters
unsigned tCCD; //column to column delay
unsigned tRRD; //minimal time required between activation of rows in different banks