summaryrefslogtreecommitdiff
path: root/src/mem/dram_ctrl.hh
diff options
context:
space:
mode:
authorOmar Naji <Omar.Naji@arm.com>2016-10-13 19:22:10 +0100
committerOmar Naji <Omar.Naji@arm.com>2016-10-13 19:22:10 +0100
commitd19dc35b06e803b227531507805f317386c540e6 (patch)
treeca893cd9a01f9fc873b28b20dc97b58f097c36ad /src/mem/dram_ctrl.hh
parent20e6bb0140aa54429ce6ac069fd4c0a40fecf787 (diff)
downloadgem5-d19dc35b06e803b227531507805f317386c540e6.tar.xz
mem: add DRAM powerdown timing
Diffstat (limited to 'src/mem/dram_ctrl.hh')
-rw-r--r--src/mem/dram_ctrl.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/dram_ctrl.hh b/src/mem/dram_ctrl.hh
index f59528492..98f47edc2 100644
--- a/src/mem/dram_ctrl.hh
+++ b/src/mem/dram_ctrl.hh
@@ -726,6 +726,8 @@ class DRAMCtrl : public AbstractMemory
const Tick tRRD;
const Tick tRRD_L;
const Tick tXAW;
+ const Tick tXP;
+ const Tick tXS;
const uint32_t activationLimit;
/**