diff options
Diffstat (limited to 'src/mem/dram_ctrl.hh')
-rw-r--r-- | src/mem/dram_ctrl.hh | 2 |
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; /** |