summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-07-29 21:15:59 -0400
committerMahmoud <[email protected]>2019-07-29 21:15:59 -0400
commit21d937256fbca004c926531cfef1adefcedeef91 (patch)
treebcceb7c79a34c49d432f929e146b71b91534510b /src/gpgpu-sim/gpu-sim.h
parent8127368f2611b0472dc729f3460ff091e87f51c9 (diff)
adding simple dram model
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index e98e499..c14d0a7 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -290,6 +290,7 @@ struct memory_config {
unsigned write_high_watermark;
unsigned write_low_watermark;
bool m_perf_sim_memcpy;
+ bool simple_dram_model;
};
// global counters and flags (please try not to add to this list!!!)