Forum Discussion
Conduit signal to control external LEDs; some signal has been "copied"
- 7 years ago
Hello Blee15,
Can you tell us a bit more about what exaclty you are trying to do?
Is your objective to get a led blinking as a first step or are you looking to make a custom Nios component?
If you want to make a blinking LED, you can use a PIO (Parallel I/O) component in nios, export the "external connection" ports and then connect these signals to your DE0-LED's in verilog or VHDL where you instantiate your Nios design.
Best Regards,
Johi.
Thanks for the answer.
I couldn't find the right component to drive LEDs and/or switches; so, I tried to create new custom component.
Now, I know that PIO is the right tool to drive them.
After I finished working LEDs / switches, I'm going to work with hex displays.
For now, I'm not sure whether there is component which can control hex displays via digit (not segment bitpattern).
I'll ask as separate thread if I stucked again then.