Altera_Forum
Honored Contributor
20 years agoIORD_XDIRECT AND IOWR_XDIRECT?
Hello:
Now I have some problems about the I/O Marco IORD_XDIRECT AND IOWR_XDIRECT.For example: I have a 16 bits slave periphery and the BEn0 ,BEn1 are both always low(means that the upper 8 bits and the lower 8 bits are both used).Make sure the front point no problem,now I use the sentense IOWR_8DIRECT (base,odd_addr,data8),the result I think is that the upper 8 bits is the data8,the lower 8 bits is xxxxxxxx.If using even address,the result is opposit.But I am not sure it is right or wrong?