Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNios II interface with pci-express
Hi, I need to instantiate a NIOS II in an already designed FPGA using pci express communication. On the PC side, a driver is writing/reading registers in the FPGA through mapped memory. Now, I'...
Altera_Forum
Honored Contributor
14 years agoI think this can be done
--- Quote Start --- The data written into configuration registers of FPGA using PCIe should be given to NIOS --- Quote End --- So One way of transferring the configuration register data to Nios is through PIO The same you mentioned by triggering an interrupt the config data can be read by NIOS Also the data can be send out of NIOS using the PIO This is a slow process but can be used as this is just for configuration