Skip to content
Snippets Groups Projects
Commit b0e7e7ba authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Clarified byte / word addressing.

parent a419db90
Branches
No related tags found
1 merge request!2L2 sdp 186
......@@ -107,11 +107,11 @@ The number of bytes per address and the data size can differ at the interfaces:
master -- MM bus -- slave -- user
The yaml files use byte addressing. Internally ARGS also use byte addressing. However only
word addressing is supported, so the byte addresses are always a multiple of 4. This is checked
when ARGS reads in the yaml files. For output files it depends on the application whether the
output file assumes byte addressing or word addressing.
. The input yaml files use byte addressing.
. Internally ARGS also use byte addressing. However only word addressing is supported, so the
byte addresses are always a multiple of 4. This is checked when ARGS reads in the yaml files.
. For output files it depends on the application whether the output file assumes byte addressing
or word addressing.
Master + MM bus :
. fixed 32b data (MM word) addresses, so byte address increment 4 per 32b word
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment