Altera_Forum
Honored Contributor
14 years agocommunicating custom component to the outside
Hi
I've created a SOPC system, that includes: - CPU - PLL - SDRAM Controller - JTAG UART - A custom component, called "full classifier" Further, "Full classifier" is comprised by: - An Ethernet Packet Generator - A FIFO Queue, where packets are placed - A module called "uplink", which interacts with a C software that is into the SDRAM memory (I'm working on a DE2 Development Board). So far, so good. I mean, the software does what I want. The thing is.. I'd like to have some pins at my custom component, which interact with the LED panel, without using a PIO. I mean, I need to switch on the leds by means of a direct connection. How could I do that?? I hope to have been clear enough. Thanks a lot!!!!