Visible to Intel only — GUID: zfg1619620560252
Ixiasoft
About the Video and Vision Processing Suite
Getting Started with the Video and Vision Processing IPs
Video and Vision Processing IP Interfaces
Video and Vision Processing IP Registers
Protocol Converter Intel® FPGA IP
3D LUT Intel® FPGA IP
Tone Mapping Operator Intel® FPGA IP
Warp Intel® FPGA IP
Document Revision History for Video and Vision Processing Suite User Guide
Visible to Intel only — GUID: zfg1619620560252
Ixiasoft
Warp IP Registers
As the software API allows you to program and control the warp IP, it only has a limited set of registers.
Register Name | Offset Address | Access Type | Description |
---|---|---|---|
vid_pid | 0x000 | RO | Warp IP product and vendor ID |
version_number | 0x004 | RO | The version for this release of the Warp IP |
Reserved | 0x008 | RO | |
Reserved | 0x00C | RO | |
pip | 0x010 | RO | Indicates value of pixels in parallel parameter |
color_planes | 0x014 | RO | Indicates value of number of color planes parameter |
cps | 0x018 | RO | Indicates value of bits per color sample parameter |
num_engines | 0x01C | RO | Indicates value of number of engines parameter |
max_input_width | 0x020 | RO | Indicates value of maximum input video width parameter |
max_output_width | 0x024 | RO | Indicates value of maximum output video width parameter |
Reserved | 0x028-0x16C | RO | |
int_control | 0x170 | RW | Enables the interrupt |
int_status | 0x174 | RW1C | Read interrupt status and clear interrupt |
Bits | Name | Description |
---|---|---|
31:16 | VID | Vendor ID that returns a value of 0x6AF7 |
15:0 | PID | Warp product ID that returns a value of 0x016F |
Bits | Name | Description |
---|---|---|
31:0 | Version Number | The version number of the Warp IP |
Bits | Name | Description |
---|---|---|
31:0 | Pixels in Parallel | The pixel in parallel parameter. Returns a value of 1 or 2. |
Bits | Name | Description |
---|---|---|
31:0 | Number of Color Planes | The number of color planes parameter. Returns a value of 3. |
Bits | Name | Description |
---|---|---|
31:0 | Bits per Color Sample | The bits per color sample parameter. Returns a value of 10. |
Bits | Name | Description |
---|---|---|
31:0 | Number of Engines | The number of enginesparameter. Returns a value of 1 or 2. |
Bits | Name | Description |
---|---|---|
31:0 | Maximum input video width | The maximum input video width parameter. Returns a value of 2048 or 3840. |
Bits | Name | Description |
---|---|---|
31:0 | Maximum output video width | The maximum output video width parameter. Returns a value of 2048 or 3840. |
Bits | Name | Description |
---|---|---|
0 | Interrupt Enable | Setting this bit to 1 will enable the interrupt. Setting to 0 will disable the interrupt. |
Bits | Name | Description |
---|---|---|
0 | Interrupt Status | Reading from this bit returns the status of the interrupt. Writing a 1 to this bit will clear the interrupt. Once triggered, the interrupt will remain set until it is cleared by writing a 1 to this bit.
|