Critical Issue
Description
The Video Frame Buffer II IP core version 15.0 does not provide an option for you to select 4 pixels in parallel mode.
Resolution
To fix this problem, follow these steps:
- Open the /../ip/altera/vip/ip_library/full_ip/cl_vfb/alt_vip_cl_vfb_hw.tcl file and edit line 70.
- Save the file in the same location.
- Refresh Qsys and regenerate the system.
<Original > set_parameter_property PIXELS_IN_PARALLEL ALLOWED_RANGES
{1 2}
<Change to> set_parameter_property PIXELS_IN_PARALLEL ALLOWED_RANGES
{1,2,4}
This issue is fixed in version 15.1 of the Video Frame Buffer II IP core.