Altera_Forum
Honored Contributor
21 years agoNIOS Custom peripherals
Folks,
I got a simple PIO avalon peripheral set up and working in no time. Now I'm stuck on the next step, having an avalon peripheral that has connections inside the same design that the NIOS is in. For instance. I have a cyclone design with its top-level VHDL file containing a few components. One of these components is a NIOS-16. The NIOS has a custom peripheral that has signals that also connect to one of the components at the top-level of the design. If I instantiate the custom peripheral in the top-level VHDL file, the avalon connections go unconnected and give me an error. The SOPC builder accepted the custom peripheral no sweat. What is the correct strategy for this? If you quote any docs, please name the doc and the page number. Thanks