Searched refs:tRFC (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/
H A DDRAMCtrl.py200 tRFC = Param.Latency("Refresh cycle time") variable in class:DRAMCtrl
367 tRFC = '260ns' variable in class:DDR3_1600_8x8
473 tRFC = '59ns' variable in class:HMC_2500_1x32
603 # tRFC is 350ns
604 tRFC = '350ns' variable in class:DDR4_2400_16x4
628 # tRFC + 10ns = 340ns
771 tRFC = '130ns' variable in class:LPDDR2_S4_1066_1x32
863 tRFC = '210ns' variable in class:WideIO_200_1x128
939 tRFC = '130ns' variable in class:LPDDR3_1600_1x32
1055 tRFC variable in class:GDDR5_4000_2x32
1124 tRFC = '160ns' variable in class:HBM_1000_4H_1x128
1189 tRFC = '260ns' variable in class:HBM_1000_4H_1x64
[all...]
H A Ddrampower.cc84 timingSpec.RFC = divCeil(p->tRFC, p->tCK);
H A Ddram_ctrl.hh260 * REF_RUN : Refresh running, waiting for tRFC to expire
999 const Tick tRFC; member in class:DRAMCtrl
H A Ddram_ctrl.cc89 tWR(p->tWR), tRTP(p->tRTP), tRFC(p->tRFC), tREFI(p->tREFI), tRRD(p->tRRD),
146 if (tREFI <= tRP || tREFI <= tRFC) {
147 fatal("tREFI (%d) must be larger than tRP (%d) and tRFC (%d)\n",
148 tREFI, tRP, tRFC);
2005 Tick ref_done_at = curTick() + memory.tRFC;

Completed in 69 milliseconds