diff options
| author | PSuchita <[email protected]> | 2019-05-30 00:36:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-30 00:36:43 -0700 |
| commit | 580a244665a4cf6855320dc209a66dc2fe81c645 (patch) | |
| tree | 086c2973182f844dd090e60b5010f8b5aa6df06b /src/gpgpu-sim/gpu-sim.h | |
| parent | 51c853e42c805275c64ee90c1c025e4b111fc570 (diff) | |
| parent | 5837143ef70e20c362083b36c55e4c473f59f358 (diff) | |
Merge pull request #4 from gpgpu-sim/dev
Dev
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-sim.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h index d4cc18f..c8dad89 100644 --- a/src/gpgpu-sim/gpu-sim.h +++ b/src/gpgpu-sim/gpu-sim.h @@ -62,8 +62,7 @@ #define SAMPLELOG 222 #define DUMPLOG 333 - - +extern tr1_hash_map<new_addr_type,unsigned> address_random_interleaving; enum dram_ctrl_t { |
