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

/gem5/ext/drampower/src/
H A DMemCommand.cc85 int64_t AL = memSpec.memTimingSpec.AL; local
95 precharge_offset = B + AL - 2 + max(RTP, int64_t(2));
97 precharge_offset = AL + max(RTP, int64_t(4));
99 precharge_offset = AL + RTP;
H A DMemTimingSpec.cc64 AL(0),
101 AL = getParamValWithDefault("AL", 0);
H A DMemTimingSpec.h69 int64_t AL; member in class:Data::MemTimingSpec
H A DCmdScheduler.cc517 tRWTP_init = memTimingSpec.AL + memArchSpec.burstLength /

Completed in 8 milliseconds