diff options
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index fff23f6..cd92fa9 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -126,7 +126,7 @@ typedef struct { unsigned int n_idle; } bank_t; -typedef struct { +typedef struct dram_timing { unsigned int id; unsigned int tCCD; //column to column delay |
