mem: Add tRTP to the DRAM controller

This patch adds the tRTP timing constraint, governing the minimum time
between a read command and a precharge. Default values are provided
for the existing DRAM types.
This commit is contained in:
Andreas Hansson
2014-05-09 18:58:48 -04:00
parent 60799dc552
commit 6753cb705e
3 changed files with 23 additions and 8 deletions

View File

@@ -486,6 +486,7 @@ class DRAMCtrl : public AbstractMemory
const Tick tRP;
const Tick tRAS;
const Tick tWR;
const Tick tRTP;
const Tick tRFC;
const Tick tREFI;
const Tick tRRD;