Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFew questions:
1) There is no byte enable pin on isp1763 (USB chip) so how are you using dynamic bus sizing? 2) If you are using native alignment, there will be 4x offset between master and slave address (niosII 32 bit and USB 16bit). All registers on the USB chip have 8 bit address so you have to multiply them by 4, they will become more than 8bit. How can you then have 8bit address for the interconnect (Avalon address)?