Forum Discussion
Altera_Forum
Honored Contributor
8 years agoIf they are in the same ".cl" file, then you will only have one bitstream which includes both kernels. In this context, you can use the kernels in parallel without needing to wait for one to finish to start the other one (unless there is a data dependency between them). In this case, there will be no need for dynamic reconfiguration either, since there is just one bitstream.
Dynamic reconfiguration is only needed when you have more than one ".cl" file, which will give you more than one bitstream.