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

/gem5/src/mem/
H A DDRAMCtrl.py173 tRTP = Param.Latency("Read to precharge") variable in class:DRAMCtrl
375 tRTP = '7.5ns' variable in class:DDR3_1600_8x8
475 tRTP = '4.9ns' variable in class:HMC_2500_1x32
612 tRTP = '7.5ns' variable in class:DDR4_2400_16x4
762 tRTP = '7.5ns' variable in class:LPDDR2_S4_1066_1x32
856 tRTP = '20ns' variable in class:WideIO_200_1x128
927 tRTP = '7.5ns' variable in class:LPDDR3_1600_1x32
1062 tRTP = '2ns' variable in class:GDDR5_4000_2x32
1132 tRTP = '7.5ns' variable in class:HBM_1000_4H_1x128
H A Ddrampower.cc90 timingSpec.RTP = divCeil(p->tRTP, p->tCK);
H A Ddram_ctrl.hh998 const Tick tRTP; member in class:DRAMCtrl
H A Ddram_ctrl.cc89 tWR(p->tWR), tRTP(p->tRTP), tRFC(p->tRFC), tREFI(p->tREFI), tRRD(p->tRRD),
1204 dram_pkt->isRead() ? cmd_at + tRTP :

Completed in 23 milliseconds