From 9ac6dbe8e9453c8f4ab8965e83a945146891d5be Mon Sep 17 00:00:00 2001 From: Inderpreet Singh Date: Wed, 3 Aug 2011 18:09:10 -0800 Subject: Added read to precharge constraint - negligible effect to DRAM efficiency. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 9929] --- src/gpgpu-sim/dram.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gpgpu-sim/dram.h') 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? -- cgit v1.3