Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHow to use new component created in Qsys to vectorize/group together many signals
Hi, In the Qsys, I am using twelve input parallel ports (lets name them pio1 to pio12), each port is 12 bits. These parallel ports obtain values from the vhdl block in Quartus schematic. In the sc...
Altera_Forum
Honored Contributor
11 years agoYou have to make your component compatible with the avalon bus. So your component will be an avalon slave.
http://www.alterawiki.com/wiki/qsys_lab_-_audio_frequency_spectrum_analyzer This is a pretty detailed lab on how to use Qsys to create your own components and make them into avalon slaves.