Merge pull request #51 from fzeder/master

Readme updated with proper wideio address mappings examples
This commit is contained in:
Matthias Jung
2015-12-14 22:26:04 +01:00
3 changed files with 3498 additions and 12 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 172 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 176 KiB

View File

@@ -529,28 +529,32 @@ Below are listed the configuration sections and configuration fields.
a good example.
``` xml
<!-- Row Bank Column -->
<addressmapping>
<channel from="27" to="28"/>
<row from="14" to="26"/>
<column from="7" to="13"/>
<bank from="4" to="6" />
<bytes from="0" to="3" />
<channel from="27" to="28" />
<row from="14" to="26" />
<bank from="11" to="13" />
<column from="4" to="10" />
<bytes from="0" to="3" />
</addressmapping>
```
![Address Mapping Sample 1](DRAMSys/docs/images/am_sample1.png)
![Address Mapping Sample 1](DRAMSys/docs/images/am_wideio_rbc.png)
``` xml
<!-- Bank Row Column -->
<addressmapping>
<channel from="27" to="28"/>
<column from="20" to="26"/>
<row from="7" to="19"/>
<bank from="4" to="6" />
<bytes from="0" to="3" />
<channel from="27" to="28" />
<bank from="24" to="26" />
<row from="11" to="23" />
<column from="4" to="10" />
<bytes from="0" to="3" />
</addressmapping>
```
![Address Mapping Sample 2](DRAMSys/docs/images/am_sample2.png)
![Address Mapping Sample 2](DRAMSys/docs/images/am_wideio_brc.png)
- **Memory Configuration**