Forum Discussion
Altera_Forum
Honored Contributor
15 years agoEverything is in bytes. datasize is a number of bytes, and the addresses point to bytes in memory (i.e. you need to increase them by 4 to jump to the next 32-bit word, as long as they are ints or char*).