Altera_Forum
Honored Contributor
12 years agoControl signals between Nios and peripherals
Hi,
I'm new to Nios and is learning to set up connection between Nios and other peripherals. Suppose a component is connected with Nios through avalon mm interface, the component works as a slave and performs certain task. I'm wondering how to let Nios know that the task is accomplished? My guess is that a single bit register on the component is toggled when the task is done, while Nios keeps reading from this register to check the status. Is this the correct / common way to do the job? If not, how to do that? Thanks