From: Andreas Hansson Date: Fri, 1 Nov 2013 15:56:30 +0000 (-0400) Subject: mem: Fix the LPDDR3 page size X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce93982cc6bef5337c4b593b0734d50f03233790;p=gem5.git mem: Fix the LPDDR3 page size This patch corrects the LPDDR3 page size, which was set too low. --- diff --git a/src/mem/SimpleDRAM.py b/src/mem/SimpleDRAM.py index b16aa6003..6ad4a1542 100644 --- a/src/mem/SimpleDRAM.py +++ b/src/mem/SimpleDRAM.py @@ -316,9 +316,8 @@ class LPDDR3_1600_x32(SimpleDRAM): # LPDDR3 is a BL8 device burst_length = 8 - # Each device has a page (row buffer) size of 1KB - # (this depends on the memory density) - device_rowbuffer_size = '1kB' + # Each device has a page (row buffer) size of 4KB + device_rowbuffer_size = '4kB' # 1x32 configuration, so 1 device devices_per_rank = 1