Cuong_Nguyen
New Contributor
5 years agoAddress units in Quartus Platform Designer
Thank you for being here to help me.
I am confusing between the WORDS and SYMBOLS address units in Quartus Platform designer.
I am designing a module that receives data from cpu and outputs that data to 8 leds (similar to a PIO core). I implemented an avalon memory-mapped slave interface having data width = 32 bits, 1 address line as shown in the pictures below. By default, it is set to 8 bits per symbol.
+ As I choose SYMBOLS address units and assign base address (0x00) for the slave, the end address is 0x01. (Picture 1)
+ As I choose WORDS address units, keep the same base address 0x00, the end address is 0x07. (Picture 2).
Please help me explain the difference between the two address units.