diff options
| author | Inderpreet Singh <[email protected]> | 2011-08-03 18:09:10 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:22 -0700 |
| commit | 9ac6dbe8e9453c8f4ab8965e83a945146891d5be (patch) | |
| tree | 90aebe4428607d349a201a6296d60ee6bc4a3d76 /src/gpgpu-sim/dram.h | |
| parent | 4bfaab15d64c66b55c5ae22b82cdb901f2073854 (diff) | |
Added read to precharge constraint - negligible effect to DRAM efficiency.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9929]
Diffstat (limited to 'src/gpgpu-sim/dram.h')
| -rw-r--r-- | src/gpgpu-sim/dram.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/dram.h b/src/gpgpu-sim/dram.h index 6a28058..96b912b 100644 --- a/src/gpgpu-sim/dram.h +++ b/src/gpgpu-sim/dram.h @@ -65,7 +65,8 @@ struct bank_t unsigned int RASc; unsigned int RPc; unsigned int RCc; - unsigned int WTPc; // write to precharge + unsigned int WTPc; // write to precharge + unsigned int RTPc; // read to precharge unsigned char rw; //is the bank reading or writing? unsigned char state; //is the bank active or idle? |
