diff options
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 4cbcbb3..6a28058 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -65,6 +65,7 @@ struct bank_t unsigned int RASc; unsigned int RPc; unsigned int RCc; + unsigned int WTPc; // write to precharge unsigned char rw; //is the bank reading or writing? unsigned char state; //is the bank active or idle? |
