1. About the Video and Vision Processing Suite
2. Getting Started with the Video and Vision Processing IPs
3. Video and Vision Processing IPs Functional Description
4. Video and Vision Processing IP Interfaces
5. Video and Vision Processing IP Registers
6. Video and Vision Processing IPs Software Programming Model
7. Protocol Converter IP
8. 1D LUT IP
9. 3D LUT IP
10. Adaptive Noise Reduction IP
11. Advanced Test Pattern Generator IP
12. AXI-Stream Broadcaster IP
13. Bits per Color Sample Adapter IP
14. Black Level Correction IP
15. Black Level Statistics IP
16. Chroma Key IP
17. Chroma Resampler IP
18. Clipper IP
19. Clocked Video Input IP
20. Clocked Video to Full-Raster Converter IP
21. Clocked Video Output IP
22. Color Plane Manager IP
23. Color Space Converter IP
24. Defective Pixel Correction IP
25. Deinterlacer IP
26. Demosaic IP
27. FIR Filter IP
28. Frame Cleaner IP
29. Full-Raster to Clocked Video Converter IP
30. Full-Raster to Streaming Converter IP
31. Genlock Controller IP
32. Generic Crosspoint IP
33. Genlock Signal Router IP
34. Guard Bands IP
35. Histogram Statistics IP
36. Interlacer IP
37. Mixer IP
38. Pixels in Parallel Converter IP
39. Scaler IP
40. Stream Cleaner IP
41. Switch IP
42. Text Box IP
43. Tone Mapping Operator IP
44. Test Pattern Generator IP
45. Unsharp Mask IP
46. Video and Vision Monitor Intel FPGA IP
47. Video Frame Buffer IP
48. Video Frame Reader Intel FPGA IP
49. Video Frame Writer Intel FPGA IP
50. Video Streaming FIFO IP
51. Video Timing Generator IP
52. Vignette Correction IP
53. Warp IP
54. White Balance Correction IP
55. White Balance Statistics IP
56. Design Security
57. Document Revision History for Video and Vision Processing Suite User Guide
31.4.1. Achieving Genlock Controller Free Running (for Initialization or from Lock to Reference Clock N)
31.4.2. Locking to Reference Clock N (from Genlock Controller IP free running)
31.4.3. Setting the VCXO hold over
31.4.4. Restarting the Genlock Controller IP
31.4.5. Locking to Reference Clock N New (from Locking to Reference Clock N Old)
31.4.6. Changing to Reference Clock or VCXO Base Frequencies (switch between p50 and p59.94 video formats and vice-versa)
31.4.7. Disturbing a Reference Clock (a cable pull)
9.4. 3D LUT IP Registers
The 3D LUT IP allows run-time control and LUT programming via the CPU interface.
The register map provides access to:
- Build parameters such as LUT size and bits per color.
- A control interface that allows you to enable or bypass the LUT. Also, it allows you to toggle buffers when you turn on Double buffered for the LUT.
- A RAM interface that allows programming of the LUT’s 8 sub-RAMs during run time and reading their contents if you turn on LUT read interface.
| Register Name | Byte Address Offset | Access | Description |
|---|---|---|---|
| vid_pid | 0x000 | RO | Vendor ID and Product ID |
| version_number | 0x004 | RO | Version number |
| - | 0x008 | RO | Reserved |
| pixels_in_parallel | 0x00C | RO | Video data format Number of pixels in parallel parameter |
| input_bps | 0x010 | RO | Video data format Input bits per color sample parameter |
| output_bps | 0x014 | RO | Video data format Output bits per color sample parameter |
| lut_alpha | 0x018 | RO | LUT settings Output alpha channel parameter |
| lut_depth | 0x01C | RO | LUT settings Bits per color parameter |
| lut_dimension | 0x020 | RO | LUT settings Size parameter |
| lut_double_buffered | 0x024 | RO | LUT settings Double buffered parameter |
| lut_cpu_readable | 0x028 | RO | Control settings LUT read interface parameter |
| - | 0x02C – 0x147 | RO | Reserved |
| Control | 0x148 | RW | Control interface: enable and buffer select |
| 0x14C – 0x17F | RO | Reserved | |
| RAM n Control | 0x180 + 0x10*n | RW | RAM n interface: address and write enable |
| 0x184 + 0x10*n | RW | Reserved | |
| RAM n Data Lower | 0x188 + 0x10*n | RW | RAM n interface: data, lower 32 bits |
| RAM n Data Upper | 0x18C + 0x10*n | RW | RAM n interface: data, upper 32 bits (if applicable) |
| Name | Bits | Description |
|---|---|---|
| PID | 15:0 | 3D LUT Product ID: 0x0165 |
| VID | 31:16 | Intel FPGA Vendor ID: 0x6AF7 |
| Name | Bits | Description |
|---|---|---|
| Minor | 15:0 | Minor version number for this release of the 3D LUT IP |
| Major | 31:16 | Major version number for this release of the 3D LUT IP |
| Name | Bits | Description |
|---|---|---|
| Pixels in Parallel | 31:0 | Video data format Number of pixels in parallel parameter |
| Name | Bits | Description |
|---|---|---|
| Input BPS | 31:0 | Video data format Input bits per color sample parameter |
| Name | Bits | Description |
|---|---|---|
| Output BPS | 31:0 | Video data format Output bits per color sample parameter |
| Name | Bits | Description |
|---|---|---|
| LUT alpha | 31:0 | LUT settings Output alpha channel parameter |
| Name | Bits | Description |
|---|---|---|
| LUT depth | 31:0 | LUT settings Bits per color parameter |
| Name | Bits | Description |
|---|---|---|
| LUT dimension | 31:0 | LUT settings Size parameter |
| Name | Bits | Description |
|---|---|---|
| LUT double buffered | 31:0 | LUT settings Double buffered parameter |
| Name | Bits | Description |
|---|---|---|
| LUT CPU readable | 31:0 | Control settings LUT read interface parameter |
| Name | Bits | Description |
|---|---|---|
| Enable | 0 |
|
| Buffer select | 1 |
|
| 31:2 | Reserved |
| Name | Bits | Description |
|---|---|---|
| Address | 16:0 | RAM n address to write data to or read data from |
| 27:17 | Reserved | |
| Write enable | 28 | Write enable (clears to 0 automatically) |
| 31:29 | Reserved |
| Name | Bits | Description |
|---|---|---|
| Data | 31:0 | LUT data, lower 32 bits Write access: first write the new LUT entry data, then set the target address with the write enable asserted in RAM n Control Read access: if you turn on LUT read interface, retrieve the data from RAM n at the address set in RAM n Control |
| Name | Bits | Description |
|---|---|---|
| Data | 31:0 | LUT data, upper 32 bits Only present when the LUT data width is greater than 32, i.e.: (lut_alpha + 3) * lut_depth > 32 |