Forum Discussion
Altera_Forum
Honored Contributor
20 years agoPerformance Issues
I am in the process of debugging a custom Nios II system. I have implemented a NIOS II/f CPU with and EPCS controller. I have created a custom component to access a SRAM in which my firmware is runni...
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by mschmitt@Jul 11 2006, 04:34 PM this is the reason why it ist currently nearly impossible to connect an existing profibus chip (8bit) to the avalon switch fabric. some registers inside the chip interprete a read even if this access is not intended by the software but done in hardware --- Quote End --- Just for my understanding: How about setting the address allignment to native mode, implement a 32 bit slave and use only bit 7-0 (bits 31-8 going to nowhere). This should give you the behaviour you need. Or am I wrong?