phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
# Run each of the ruby memory controllers at a ratio of the frequency of
phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
# Run each of the ruby memory controllers at a ratio of the frequency of
phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
# Run each of the ruby memory controllers at a ratio of the frequency of
phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
# Run each of the ruby memory controllers at a ratio of the frequency of
phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
#
phys_mem_size = sum(map(lambda mem: mem.range.size(),
system.memories.unproxy(system)))
+ assert(phys_mem_size % options.num_dirs == 0)
mem_module_size = phys_mem_size / options.num_dirs
# Run each of the ruby memory controllers at a ratio of the frequency of