From d19dc35b06e803b227531507805f317386c540e6 Mon Sep 17 00:00:00 2001 From: Omar Naji Date: Thu, 13 Oct 2016 19:22:10 +0100 Subject: mem: add DRAM powerdown timing --- src/mem/dram_ctrl.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mem/dram_ctrl.hh') 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; /** -- cgit v1.2.3