diff options
| author | Inderpreet Singh <[email protected]> | 2012-02-26 04:11:23 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:04 -0700 |
| commit | 609ebad6b15d4cd08e5a34579a73433772bf0e9f (patch) | |
| tree | 657aa7bf4665fc31765551436891682935f98900 /src/gpgpu-sim/gpu-sim.h | |
| parent | 928f6d330516f03bdbecd52350bf1b9fb9fcf534 (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.h | 3 |
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 |
