summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/dram.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2011-08-02 14:25:44 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:18:22 -0700
commit0b65fd56c3e9c7e5d3fe22ff17b594bb84e9af69 (patch)
tree86806c3a9536e426997e9bc33474d5fc31a865f9 /src/gpgpu-sim/dram.h
parent8eb9ab667645ca32174093927f5e3b25368c752e (diff)
Fixed the DRAM timing model to add the write-read turn and write-precharge delay. Still need to update/validate the Quadro config for this.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9921]
Diffstat (limited to 'src/gpgpu-sim/dram.h')
-rw-r--r--src/gpgpu-sim/dram.h1
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?