Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSimple question
Please, help me... 1) I created new project in Quartus II 4.1 2) then I opened Altera SOPC builder and I added Nios II processor, Pio ( input and output) and OnChip_Memory (RAM) 3) then I ...
Altera_Forum
Honored Contributor
21 years agoHello Kira,
If you have designed Nios systems in the past and you would like to take Nios II for your next projects you should read the Application Note 350 first (“Upgrading first-generation Nios processor systems to the Nios II processor”, Step 4 at page 22). Here is a simple example for giving out some data to a PIO: IOWR_ALTERA_AVALON_PIO_DATA(SEVEN_SEG_PIO_BASE, bits); These includes are necessary:# include "system.h"# include "altera_avalon_pio_regs.h" Bye, niosIIuser