Forum Discussion
Altera_Forum
Honored Contributor
16 years agoMultiple Avalon Masters and
Hello, I need a way for an Avalon peripheral to detect which master is accessing it in a multi-master environment. I have a design with a NIOS processor and the PCI Master-Target. I want ...
Altera_Forum
Honored Contributor
16 years agoAnother alternative would be to add an extra address bit to your avalon slave port. Have the one master address your slave with the upper bit set and the other with it cleared. Then you can simply use the address bit to determine whether or not to grant write access.
Jake