Forum Discussion
Altera_Forum
Honored Contributor
10 years agointerface a module with avalon bus
Good evening; i want to know how to interface a module HDL with the avalon bus if any one can answer me Thank you
Altera_Forum
Honored Contributor
10 years agoYou use different address values to access your module. For example: address 0 => input 0, address 1 => input 1, address 2 => output. Your code needs to look at the address lines to decide what is being accessed. Read the material I mentioned on Qsys. It's explained there.