diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-14 11:25:42 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-14 11:25:42 -0400 |
| commit | 23c0bb224295dde9651fd915d854e4f7eafdf88f (patch) | |
| tree | 89471b7f562d52f6880b534b8abc7bda24f7f373 /src/gpgpu-sim/dram.cc | |
| parent | 4671280cfe7252bf875d071e667f57064250a1b7 (diff) | |
Move sm_next_access_uid
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/gpgpu-sim/dram.cc')
| -rw-r--r-- | src/gpgpu-sim/dram.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/dram.cc b/src/gpgpu-sim/dram.cc index 5e36d4b..d443d79 100644 --- a/src/gpgpu-sim/dram.cc +++ b/src/gpgpu-sim/dram.cc @@ -41,7 +41,7 @@ int PRINT_CYCLE = 0; template class fifo_pipeline<mem_fetch>; template class fifo_pipeline<dram_req_t>; -dram_t::dram_t( unsigned int partition_id, const struct memory_config *config, memory_stats_t *stats, +dram_t::dram_t( unsigned int partition_id, const memory_config *config, memory_stats_t *stats, memory_partition_unit *mp, gpgpu_sim* gpu ) { id = partition_id; |
