Hi All,
I have a little confusion in understanding the way "device_size" is
described.
Below is a piece of code from DRAMCtrl.py.
"""
# A single DDR3-1600 x64 channel (one command and address bus), with
# timings based on a DDR3-1600 4 Gbit datasheet (Micron MT41J512M8) in
# an 8x8 configuration.
class DDR3_1600_8x8(DRAMCtrl):
# size of device in bytes
device_size = '512MB'

# 8x8 configuration, 8 devices each with an 8-bit interface
device_bus_width = 8
"""
The device(chip) size is 4Gbit (512MB) as described in the description.
Then in the second parameter,
it is written as "8x8 configuration, 8 devices each with an 8-bit
interface". The device size, 512MB is for
a single chip or cumulative size of 8 devices each with x8 interface, that
sums up to 512MB?

Please help me clarify this.

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

Reply via email to