Searched refs:devices_per_rank (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/
H A DDRAMCtrl.py125 devices_per_rank = Param.Unsigned("Number of devices/chips per rank") variable in class:DRAMCtrl
345 devices_per_rank = 8 variable in class:DDR3_1600_8x8
441 devices_per_rank = 1 variable in class:HMC_2500_1x32
554 devices_per_rank = 16 variable in class:DDR4_2400_16x4
659 devices_per_rank = 8 variable in class:DDR4_2400_8x8
686 devices_per_rank = 4 variable in class:DDR4_2400_4x16
739 devices_per_rank = 1 variable in class:LPDDR2_S4_1066_1x32
838 devices_per_rank = 1 variable in class:WideIO_200_1x128
906 devices_per_rank = 1 variable in class:LPDDR3_1600_1x32
1003 devices_per_rank variable in class:GDDR5_4000_2x32
1093 devices_per_rank = 1 variable in class:HBM_1000_4H_1x128
[all...]
H A Ddram_ctrl.cc71 devicesPerRank(p->devices_per_rank),
/gem5/configs/dram/
H A Dsweep.py145 burst_size = int((system.mem_ctrls[0].devices_per_rank.value *
150 page_size = system.mem_ctrls[0].devices_per_rank.value * \
H A Dlow_power_sweep.py145 burst_size = int((system.mem_ctrls[0].devices_per_rank.value *
150 page_size = system.mem_ctrls[0].devices_per_rank.value * \
/gem5/configs/common/
H A DMemConfig.py132 ctrl.devices_per_rank.value

Completed in 20 milliseconds