summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.h
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-08-26 14:56:00 -0400
committertgrogers <[email protected]>2019-08-26 14:56:00 -0400
commitfd91575e7dcc40653ea0279ef33d845d1d473ffa (patch)
tree759a1a2ac29e137a6541d998656be9c86d426136 /src/gpgpu-sim/l2cache.h
parent841bb925e7ff06d7165f14fe2d1fce6561ab29b9 (diff)
parent0df569774615120c76fb5f139f8698175a722293 (diff)
Merge branch 'dev' of github.com:purdue-aalp/gpgpu-sim_distribution into dev
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
-rw-r--r--src/gpgpu-sim/l2cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h
index 1f74c47..0f6fe32 100644
--- a/src/gpgpu-sim/l2cache.h
+++ b/src/gpgpu-sim/l2cache.h
@@ -65,6 +65,7 @@ public:
void cache_cycle( unsigned cycle );
void dram_cycle();
+ void simple_dram_model_cycle();
void set_done( mem_fetch *mf );