--- Quote Start ---
You set the byte enables on the master side, I haven't used that bridge before but it should be possible to do 8, 16, and 32 bit (aligned) accesses. You don't have to use 8 or 16 bit accesses for the narrow slave, if you perform a 32-bit access the interconnect will chop that up into two sequential 16-bit accesses for you. If you created the component with the slave port and have not included byte enables I highly recommend doing so, I have seen lots of people shoot themselves in the foot by not including byte enables on their IP.
--- Quote End ---
I added a byteenable (2 bits) on the slave side. Does this mean the only valid master addresses are:
0x00
0x04
0x08
0x0C ... and son on. ( I can no longer use address 0x02, 0x06, 0x0A..)?
Also I have no clue as to how set the byteenable on master side as 0011..if you have any idea, please help me out. Thanks.