Altera_Forum
Honored Contributor
16 years agoInteracting with NIOS II Processor
Hi there,
If a Nios II processor needs to control the rest of FPGA logic through a set of registers and also monitor the status through another set of registers, what is the preferrable way of interacting between the Nios II and the other FPGA logic? Should I use PIO to simulate a parallel bus to read/write all the registers? i.e. for wirte operation: write a register address for the FPGA logic to decode and then write register value. Or, since we have so much interconects available on FPGA, should I just assign a PIO for each registers and use IRQ to signal the change of input register values? Thanks, Hua