I am trying to develop a system with my development kit which basically consists of:
My problem is that I am facing some dificulty to find on the documentation how an unknown device, written externally to Nios II (Nios system instantiated + simple VHDL circuit also instantiated, both at top level entity), can establish a communication with it.
For instance, leds and the pushbuttons are available directly through HAL.
Figure 1-1 of "Nios Hardware Development Tutorial" even shows this. My circuit is called "other logic" but, for simplification purpouses, the tutorial does not develop this other logic.
Any tip woud be appreciated! Please, also indicate where can I find this case in the documentation
- I provide my input data through the four pushbuttons to Nios
- Nios, with this information, accesses - through simple parallel accessement on, let´s say, addr #1 - my peripheral
- My peripheral instantly (combinational circuit) provides a response through an addr #2
- Nios gets such response and shows it through the eight leds
My problem is that I am facing some dificulty to find on the documentation how an unknown device, written externally to Nios II (Nios system instantiated + simple VHDL circuit also instantiated, both at top level entity), can establish a communication with it.
For instance, leds and the pushbuttons are available directly through HAL.
Figure 1-1 of "Nios Hardware Development Tutorial" even shows this. My circuit is called "other logic" but, for simplification purpouses, the tutorial does not develop this other logic.
Any tip woud be appreciated! Please, also indicate where can I find this case in the documentation