--- 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?