Altera_Forum
Honored Contributor
10 years agoHow to handle multiple .aocx files
Hi,
I am actually implementing a design on an FPGA consisting of 9 kernels and it turns out that all 9 kernels cannot fit the FPGA. So I need to divide them into two different groups and call one group at a time. My question is how can I tell the device to change from the first group to the other? My guess is that I just need two different programs but I am not quite sure how I have to do in practice (since it is not clear to me with which function the FPGA is actually programmed and so how to program the device with a different bitstream). Thanks in advance.