From 7e7b67472af43268558d527ef4b2f072b772408b Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sun, 23 Mar 2014 11:11:53 -0400 Subject: mem: More descriptive address-mapping scheme names This patch adds the row bits to the name of the address mapping schemes to make it more clear that all the current schemes places the row bits as the most significant bits. --- configs/common/MemConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/common/MemConfig.py b/configs/common/MemConfig.py index b49995369..e5e701716 100644 --- a/configs/common/MemConfig.py +++ b/configs/common/MemConfig.py @@ -168,7 +168,7 @@ def config_mem(options, system): # If the channel bits are appearing after the column # bits, we need to add the appropriate number of bits # for the row buffer size - if ctrl.addr_mapping.value == 'RaBaChCo': + if ctrl.addr_mapping.value == 'RoRaBaChCo': # This computation only really needs to happen # once, but as we rely on having an instance we # end up having to repeat it for each and every -- cgit v1.2.3