09-12-2020 02:49 PM
Can I use Video Processing Subsystem as a/part of a reconfigurable module (RM) for a reconfigurable partition (RP)? I'm using the ZCU106 board and trying to implement a partially reconfigurable video pipeline. One of the possible processing elements in the pipeline is the video processing subsystem in scale-only mode.
The Video Processing Subsystem can only be instantiated inside a block design. However, it seems that a block design cannot be present in an RM. Would switching to non-project mode help me resolve this issue?
Thanks,
Siamack
09-12-2020 07:28 PM
Please try to use non-project and generate DCP for static and RM respectively
09-12-2020 07:28 PM
Please try to use non-project and generate DCP for static and RM respectively
09-13-2020 09:08 AM
Thanks for your response @hongh! I was able to implement it in non-project mode
Just out of curiosity, does this mean that the VPSS cannot be instantiated in a reconfigurable module with the project-based DFX flow?
09-16-2020 05:56 AM
I was able to implement this in project mode as well. So the solution is synthesizing the block design that includes the VPSS into a design checkpoint (DCP). Then, you still have the freedom of choosing the project or non-project flow.