Knowledge Base Article
No GUI Option for 4 Pixels in Parallel Mode in Video Frame Buffer II IP Core 15.0
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.
Updated 1 month ago
Version 3.0No CommentsBe the first to comment