summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.h
diff options
context:
space:
mode:
authorRoland Green <[email protected]>2019-08-26 15:14:22 -0400
committerGitHub <[email protected]>2019-08-26 15:14:22 -0400
commitb88c9e9a545960b7fcc1c373b60005612296158b (patch)
tree1e32c07e932b3d3cc6b977e29a1327274f4f29a8 /src/gpgpu-sim/l2cache.h
parent2a6788b59055b5ce694882a282af0cc6311854d4 (diff)
parent6be23a1b36a3311c7dafc45a5e692e38cb351337 (diff)
Merge branch 'dev' into fix_warnings
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 );