OpenCL BSP Floorplan Partition
OpenCL BSP floorplan is mainly divided into the following two regions:
- Static region: Represents the region having BSP related hardware that remains static. The timing is closed for this region during base compilation. In general, the goal is to minimize the chip resources used by this region to close timing.
- Kernel region: Represents the partial reconfiguration (PR) region that is reserved for freeze_wrapper_inst|kernel_system_inst module, which contains the kernel. In general, the goal is to reserve chip resources to a maximum extent for this region.