Altera_Forum
Honored Contributor
20 years agoHow does NiosII communicate with other FPGA blocks
Hi,
I am designing a simple CPU+FPGA application. The FPGA has data bus for setting registers, one at a time. The data bus includes inputs: TSData[15:0] Addr [3:0] TSDataRdy TSControl TSControlValid output: TCdata[15:0] TCDataRdy TCControlRdyToAccpet So, in SOPC, what's the best way to set up the CPU external interface for talking to FPGA? Should I use PIO or some exsiting memory controller? Thanks a lot,