diff options
| author | Mahmoud <[email protected]> | 2019-07-29 21:15:59 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-07-29 21:15:59 -0400 |
| commit | 21d937256fbca004c926531cfef1adefcedeef91 (patch) | |
| tree | bcceb7c79a34c49d432f929e146b71b91534510b /src/gpgpu-sim/l2cache.h | |
| parent | 8127368f2611b0472dc729f3460ff091e87f51c9 (diff) | |
adding simple dram model
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
| -rw-r--r-- | src/gpgpu-sim/l2cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index beafdd3..9a51c0e 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 ); |
