Forum Discussion
Altera_Forum
Honored Contributor
16 years agoLink between NIOS II & SOPC
Hello, As a young amateur of NIOS, I have a question : I've done a SOPC on my Cyclone III development board, and for example I would like to turn ON one Led connected to one output of the FPGA...
Altera_Forum
Honored Contributor
16 years agou need to fill in the variable in the 'base' field as what you named it in sopc builder. let's say u name the led ports as LED_PIO, then you should fill in the 'base' with LED_PIO_BASE. if you are not sure about this, you can actually compile your design in nios II first to generate system.h file. inside this file, you can view all the ports that have been instantiated in sopc builder.