Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAltera Avalon Bus Slave interface
Hello! Simple question and straightforward: I'm building a custom IP core and want to connect it to avalon bus. This (slave) component accepts both read and write data (a master can bot...
Altera_Forum
Honored Contributor
17 years agoHi
On SOPC interface you can have inout port but inside your custom component you can control it using output enable pin. Which drives read data as input to component and write as output from comp....if your interface is 32 bit (both read/write) you can use 2 avalon slave busses otherwise 1 bus can work... Shaik