Hi!
i'm simulating a system with 8 cores and a ddr3_1600_x64 memory type with 2
channels.The instruction i write in terminal on gem5 is the :

 ./build/ALPHA/gem5.fast configs/example/fs.py --caches --cpu-clock 2GHz
--mem-type ddr3_1600_x64 --cpu-type detailed -n 8 --l1i_size 16kB
--l1d_size 32kB --l1i_assoc 2 --l1d_assoc 2 --fast-forward 1000000000
--mem-channels 2 -b dedup

When i add the dedup.rcS file on Benchmarks.py file i write 
'dedup':       [SysConfig('dedup_8c_simsmall.rcS', '1024MB')],
is this size of ram referenced to the whole ram or to one channel of the ram????

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to