Forum Discussion
Altera_Forum
Honored Contributor
10 years agoReconfigure FPGA another using NIOS II SoC
HI, I'm working on a research project on hardware software partitioning. I'm trying to edit the hardware task list dynamically and I'm in a trouble doing reconfigure another FPGA using NIOS II proces...
Altera_Forum
Honored Contributor
10 years agoThere are plenty of ways to dynamically reconfigured FPGAs. However, the development kits you have listed probably do not support reconfiguration by another board, simply because that is not something needed on a development board.
The four FPGAs on this board are dynamically reprogrammed by the PowerPC and FPGA seen on the right-side of the image: https://www.ovro.caltech.edu/~dwh/carma_board/ This document describes reconfiguration: https://www.ovro.caltech.edu/~dwh/carma_board/fpga_configuration.pdf A NIOS II processor could be used to enable a reconfiguration controller like this, or it could "bit-bang" the passive serial interface on the FPGA. Cheers, Dave