From 609ebad6b15d4cd08e5a34579a73433772bf0e9f Mon Sep 17 00:00:00 2001 From: Inderpreet Singh Date: Sun, 26 Feb 2012 04:11:23 -0800 Subject: Turned ROP and DRAM latency/delays into options [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11522] --- src/gpgpu-sim/gpu-sim.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gpgpu-sim/gpu-sim.h') 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 -- cgit v1.3