Forum Discussion
Altera_Forum
Honored Contributor
12 years agonew component tutorial, byteenable inputs are not t responding
HI, I practiced the tutorial named Making Qsys Components, and have questions regarding the byteenable. (linked it following line) ftp://ftp.altera.com/up/pub/altera_material/12.0/tu...
Altera_Forum
Honored Contributor
12 years agoIs you peripheral 16-bit data wide? You should use IOWR_8DIRECT() to access individual bytes, or use a unsigned char or char pointer with cache bypassing.