Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe valid cases are all those where the access has the same alignment as it's width.
For a 64 bit slave, the bytenable signal is 8 bits wide and the following valid cases. 64 bit accesses (0x0 to 0x7): 1111_1111 32 bit accesses: 0000_1111 (0x0 to 0x3); 1111_0000 (0x4 to 0x7) 16 bit accesses 0000_0011; 0000_1100; 0011_0000; 1100_0000 8 bit accesses 0000_0001; ...; 1000_0000