Intel F-Tile DisplayPort User guide

Category
DisplayPort cables
Type
User guide

Intel F-Tile DisplayPort

  • High-performance DisplayPort interface for Intel Agilex F-tile devices

  • Supports DisplayPort 1.4a and HBR3 data rates up to 8.1 Gbps per lane

  • Four lanes for a total bandwidth of 32.

Intel F-Tile DisplayPort

  • High-performance DisplayPort interface for Intel Agilex F-tile devices

  • Supports DisplayPort 1.4a and HBR3 data rates up to 8.1 Gbps per lane

  • Four lanes for a total bandwidth of 32.

F-Tile DisplayPort Intel® FPGA IP
Design Example User Guide
Updated for Intel® Quartus® Prime Design Suite: 22.2
IP Version: 21.0.1
Online Version
Send Feedback UG-20347
ID: 709308
Version: 2022.09.02
Contents
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide......................................... 3
1.1. Directory Structure................................................................................................ 4
1.2. Hardware and Software Requirements...................................................................... 5
1.3. Generating the Design............................................................................................5
1.4. Simulating the Design............................................................................................ 6
1.5. Compiling and Testing the Design............................................................................ 6
1.5.1. Regenerating ELF File................................................................................. 7
1.6. DisplayPort Intel FPGA IP Design Example Parameters................................................ 8
2. Parallel Loopback Design Examples.............................................................................. 10
2.1. Intel Agilex F-tile DisplayPort SST Parallel Loopback Design Features.......................... 10
2.2. Clocking Scheme................................................................................................. 13
2.3. Simulation Testbench........................................................................................... 14
3. Document Revision History for F-Tile DisplayPort Intel FPGA IP Design Example
User Guide............................................................................................................... 17
Contents
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
2
1. DisplayPort Intel FPGA IP Design Example Quick Start
Guide
The DisplayPort Intel® FPGA IP design examples for Intel Agilex F-tile devices feature
a simulating testbench and a hardware design that supports compilation and hardware
testing
The DisplayPort Intel FPGA IP offers the following design examples:
DisplayPort SST parallel loopback without a Pixel Clock Recovery (PCR) module
DisplayPort SST parallel loopback with AXIS Video Interface
When you generate a design example, the parameter editor automatically creates the
files necessary to simulate, compile, and test the design in hardware.
Figure 1. Development Stages
Design
Example
Generation
Compilation
(Simulator)
Compilation
(Quartus Prime)
Functional
Simulation
Hardware
Testing
Related Information
DisplayPort Intel FPGA IP User Guide
Migrating to Intel Quartus Prime Pro Edition
709308 | 2022.09.02
Send Feedback
Intel Corporation. All rights reserved. Intel, the Intel logo, and other Intel marks are trademarks of Intel
Corporation or its subsidiaries. Intel warrants performance of its FPGA and semiconductor products to current
specifications in accordance with Intel's standard warranty, but reserves the right to make changes to any
products and services at any time without notice. Intel assumes no responsibility or liability arising out of the
application or use of any information, product, or service described herein except as expressly agreed to in
writing by Intel. Intel customers are advised to obtain the latest version of device specifications before relying
on any published information and before placing orders for products or services.
*Other names and brands may be claimed as the property of others.
ISO
9001:2015
Registered
1.1. Directory Structure
Figure 2. Directory Structure
agi_dp_demo.qpf
quartus
agi_dp_demo.qsf
rtl script software simulation
quartusdp_demo
rtl
agi_dp_demo.sv
agi_dp_demo.sdc
build_sw.h
config.h
alt_reset_delay.v
device_init.sv
jtag.sdc
reset_gen.sv
reset_sync.sv
core
rx_phy
tx_phy
<Platform Designer
generated
main.c
rx_utils.c
tx_utils.c
tx_utils.h
agi_dp_demo.sv
agi_dp_demo.sdc
alt_reset_delay.v
device_init.sv
jtag.sdc
reset_gen.sv
reset_sync.sv
Design Example
agi_dp_sim.sv
agi_dp_tb.sv
clk_gen.v
*freq_check.v
vga_driver.sv
synopsys
testbench
core
rx_phy
tx_phy
<Platform Designer
generated
Table 1. Design Example Components
Folders Files
rtl/core
dp_core.ip
dp_rx.ip
dp_tx.ip
rtl/rx_phy
dp_gxb_rx/ ((DP PMA UX building block)
dp_rx_data_fifo.ip
rx_top_phy.sv
rtl/tx_phy
dp_gxb_rx/ ((DP PMA UX building block)
dp_tx_data_fifo.ip
dp_tx_data_fifo.ip
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
4
1.2. Hardware and Software Requirements
Intel uses the following hardware and software to test the design example:
Hardware
Intel Agilex I-Series Development Kit
DisplayPort Source GPU
DisplayPort Sink (Monitor)
Bitec DisplayPort FMC daughter card Revision 8C
DisplayPort cables
Software
Intel Quartus® Prime
Synopsys* VCS Simulator
1.3. Generating the Design
Use the DisplayPort Intel FPGA IP parameter editor in Intel Quartus Prime software to
generate the design example.
Figure 3. Generating the Design Flow
Start Parameter
Editor
Specify IP Variation
and Select Device
Select
Design Parameters
Specify
Example Design
Initiate
Design Generation
1. Select Tools IP Catalog, and select Intel Agilex F-tile as the target device
family.
Note: The design example only supports Intel Agilex F-tile devices.
2. In the IP Catalog, locate and double-click DisplayPort Intel FPGA IP. The New
IP Variation window appears.
3. Specify a top-level name for your custom IP variation. The parameter editor saves
the IP variation settings in a file named <your_ip>.ip.
4. Select an Intel Agilex F-tile device in the Device field, or keep the default Intel
Quartus Prime software device selection.
5. Click OK. The parameter editor appears.
6. Configure the desired parameters for both TX and RX.
7. Under the Design Example tab, select DisplayPort SST Parallel Loopback
Without PCR.
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
5
8. Select Simulation to generate the testbench, and select Synthesis to generate
the hardware design example. You must select at least one of these options to
generate the design example files. If you select both, the generation time
becomes longer.
9. For Target Development Kit, select Intel Agilex I-Series SOC Development Kit.
This causes the target device selected in step 4 to change to match the device on
the development kit. For Intel Agilex I-Series SOC Development Kit, the default
device is AGIB027R31B1E2VR0.
10. Click Generate Example Design.
1.4. Simulating the Design
The DisplayPort Intel FPGA IP design example testbench simulates a serial loopback
design from a TX instance to an RX instance. An internal video pattern generator
module drives the DisplayPort TX instance and the RX instance video output connects
to CRC checkers in the testbench.
Figure 4. Design Simulation Flow
Change to
<Simulator>
Directory
Run
<Simulation Script>
Analyze
Results
1. Go to Synopsys simulator folder and select VCS.
2. Run simulation script.
Source vcs_sim.sh
3. The script performs Quartus TLG, compiles and run the testbench in the simulator.
4. Analyze the result.
A successful simulation ends with Source and Sink SRC comparison.
1.5. Compiling and Testing the Design
Figure 5. Compiling and Simulating the Design
Compile Design
in Quartus Prime
Software
Set Up Hardware Test Design
in Hardware
Program Device
To compile and run a demonstration test on the hardware example design, follow
these steps:
1. Ensure hardware example design generation is complete.
2. Launch the Intel Quartus Prime Pro Edition software and open <project>/
quartus/agi_dp_demo.qpf.
3. Click Processing Start Compilation.
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
6
4. After successful compilation, the Intel Quartus Prime Pro Edition software
generates a .sof file in your specified directory.
5. Connect the DisplayPort RX connector on the Bitec daughter card to an external
DisplayPort source, such as the graphics card on a PC.
6. Connect the DisplayPort TX connector on the Bitec daughter card to a DisplayPort
sink device, such as a video analyzer or a PC monitor.
7. Ensure all switches on the development board are in default position.
8. Configure the selected Intel Agilex F-Tile device on the development board using
the generated .sof file (Tools Programmer ).
9. The DisplayPort sink device displays the video generated from the video source.
Related Information
Intel Agilex I-Series FPGA Development Kit User Guide
1.5.1. Regenerating ELF File
By default, the ELF file is generated when you generate the dynamic design example.
However, in some cases, you need to regenerate the ELF file if you modify the
software file or regenerate the dp_core.qsys file. Regenerating the dp_core.qsys
file updates the .sopcinfo file, which requires you to regenerate the ELF file.
1. Go to <project directory>/software and edit the code if necessary.
2. Go to <project directory>/script and execute the following build script:
source build_sw.sh
On Windows, search and open Nios II Command Shell. In the Nios II
Command Shell, go to <project directory>/script and execute source
build_sw.sh.
Note: To execute build script on Windows 10, your system requires Windows
Subsystems for Linux (WSL). For more information about WSL installation
steps, refer to the Nios II Software Developer Handbook.
On Linux, launch the Platform Designer, and open Tools Nios II Command
Shell. In the Nios II Command Shell, go to <project directory>/script
and execute source build_sw.sh.
3. Make sure an .elf file is generated in <project directory>/software/
dp_demo.
4. Download the generated .elf file into the FPGA without recompiling the .sof file
by running the following script:
nios2-download <project directory>/software/dp_demo/*.elf
5. Push the reset button on the FPGA board for the new software to take effect.
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
7
1.6. DisplayPort Intel FPGA IP Design Example Parameters
Table 2. DisplayPort Intel FPGA IP Design Example QSF constraint for Intel Agilex F-
tile Device
QSF Constraint Description
set_global_assignment -name VERILOG_MACRO
"__DISPLAYPORT_support__=1"
From Quartus 22.2 onwards, this QSF constraint is needed
to enable DisplayPort custom SRC (Soft Reset Controller)
flow
Table 3. DisplayPort Intel FPGA IP Design Example Parameters for Intel Agilex F-tile
Device
Parameter Value Description
Available Design Example
Select Design None
DisplayPort SST Parallel
Loopback without PCR
DisplayPort SST Parallel
Loopback with AXIS
Video Interface
Select the design example to be generated.
None: No design example is available for the current
parameter selection.
DisplayPort SST Parallel Loopback without PCR: This
design example demonstrates parallel loopback from
DisplayPort sink to DisplayPort source without a Pixel
Clock Recovery (PCR) module when you turn on the
Enable Video Input Image Port parameter.
DisplayPort SST Parallel Loopback with AXIS Video
Interface: This design example demonstrates parallel
loopback from DisplayPort sink to DisplayPort source
with AXIS Video interface when Enable Active Video
Data Protocols is set to AXIS-VVP Full.
Design Example Files
Simulation On, Off Turn on this option to generate the necessary files for the
simulation testbench.
Synthesis On, Off Turn on this option to generate the necessary files for Intel
Quartus Prime compilation and hardware design.
Generated HDL Format
Generate File Format Verilog, VHDL Select your preferred HDL format for the generated design
example fileset.
Note: This option only determines the format for the
generated top level IP files. All other files (e.g.
example testbenches and top level files for hardware
demonstration) are in Verilog HDL format.
Target Development Kit
Select Board No Development Kit
Intel Agilex I-Series
Development Kit
Select the board for the targeted design example.
continued...
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
8
Parameter Value Description
No Development Kit: This option excludes all hardware
aspects for the design example. The IP core sets all pin
assignments to virtual pins.
Intel Agilex I-Series FPGA Development Kit: This option
automatically selects the project's target device to
match the device on this development kit. You may
change the target device using the Change Target
Device parameter if your board revision has a different
device variant. The IP core sets all pin assignments
according to the development kit.
Note: Preliminary Design Example is not functionally
verified on hardware in this Quartus release.
Custom Development Kit: This option allows the design
example to be tested on a third-party development kit
with an Intel FPGA. You may need to set the pin
assignments on your own.
Target Device
Change Target Device On, Off Turn on this option and select the preferred device variant
for the development kit.
1. DisplayPort Intel FPGA IP Design Example Quick Start Guide
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
9
2. Parallel Loopback Design Examples
The DisplayPort Intel FPGA IP design examples demonstrate parallel loopback from
DisplayPort RX instance to DisplayPort TX instance without a Pixel Clock Recovery
(PCR) module.
Table 4. DisplayPort Intel FPGA IP Design Example for Intel Agilex F-tile Device
Design Example Designation Data Rate Channel Mode Loopback Type
DisplayPort SST
parallel loopback
without PCR
DisplayPort SST RBR, HRB, HRB2,
HBR3
Simplex Parallel without PCR
DisplayPort SST
parallel loopback with
AXIS Video Interface
DisplayPort SST RBR, HRB, HRB2,
HBR3
Simplex Parallel with AXIS
Video Interface
2.1. Intel Agilex F-tile DisplayPort SST Parallel Loopback Design
Features
The SST parallel loopback design examples demonstrate the transmission of a single
video stream from DisplayPort sink to DisplayPort source.
709308 | 2022.09.02
Send Feedback
Intel Corporation. All rights reserved. Intel, the Intel logo, and other Intel marks are trademarks of Intel
Corporation or its subsidiaries. Intel warrants performance of its FPGA and semiconductor products to current
specifications in accordance with Intel's standard warranty, but reserves the right to make changes to any
products and services at any time without notice. Intel assumes no responsibility or liability arising out of the
application or use of any information, product, or service described herein except as expressly agreed to in
writing by Intel. Intel customers are advised to obtain the latest version of device specifications before relying
on any published information and before placing orders for products or services.
*Other names and brands may be claimed as the property of others.
ISO
9001:2015
Registered
Figure 6. Intel Agilex F-tile DisplayPort SST Parallel Loopback without PCR
Top
Core System (Platform Designer)
CPU Sub-System
RX Sub-System
PIO
Debug
FIFO
EDID
RAM
DisplayPort
Rx Core
Avalon-MM
Interconnect
RX Phy Top
Parallel
Data
FIFO
DP RX
PMA UX
Building Block
Reset
Sync
TX Phy Top
Parallel
Data
FIFO
DP TX
PMA UX
Building Block
Reset
Sync
IOPLL IP
Reference and
System PLL Clock IP
TX Sub-System
PIO
Debug
FIFO
DisplayPort
Tx Core
Avalon-MM
Interconnect
Avalon-MM Parallel Data
Serial Data
Audio Data
Video Data
In this variant, the DisplayPort source’s parameter, TX_SUPPORT_IM_ENABLE,
is turned on and the video image interface is used.
The DisplayPort sink receives video and or audio streaming from external video
source such as GPU and decodes it into parallel video interface.
The DisplayPort sink video output directly drives the DisplayPort source video
interface and encodes to the DisplayPort main link before transmitting to the
monitor.
The IOPLL drives both the DisplayPort sink and source video clocks at a fixed
frequency.
If DisplayPort sink and source's MAX_LINK_RATE parameter is configured to
HBR3 and PIXELS_PER_CLOCK is configured to Quad, the video clock runs at
300 MHz to support 8Kp30 pixel rate (1188/4 = 297 MHz).
2. Parallel Loopback Design Examples
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
11
Figure 7. Intel Agilex F-tile DisplayPort SST Parallel Loopback with AXIS Video
Interface
Top
Core System (Platform Designer)
CPU Sub-System
RX Sub-System
PIO
Debug
FIFO
EDID
RAM
DisplayPort
Rx Core
Avalon-MM
Interconnect
RX Phy Top
Parallel
Data
FIFO
DP RX
PMA UX
Building Block
Reset
Sync
TX Phy Top
Parallel
Data
FIFO
DP TX
PMA UX
Building Block
Reset
Sync
IOPLL IP
Reference and
System PLL Clock IP
TX Sub-System
PIO
Debug
FIFO
DisplayPort
Tx Core
Avalon-MM
Interconnect
Avalon-MM Parallel Data
Serial Data
Audio Data
VVP
Video Frame Buffer
12C
SI5391B
12C
data
AXIS Video Interface
In this variant, the DisplayPort source and sink parameter, select AXIS-VVP FULL
in ENABLE ACTIVE VIDEO DATA PROTOCOLS to enable Axis Video Data
Interface.
The DisplayPort sink receives video and or audio streaming from external video
source such as GPU and decodes it into parallel video interface.
The DisplayPort Sink converts video data stream into axis video data and drives
the DisplayPort source axis video data interface through VVP Video Frame Buffer.
DisplayPort Source converts axis video data into DisplayPort main link before
transmitting to the monitor.
2. Parallel Loopback Design Examples
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
12
In this design variant, there are three main video clocks, namely rx/tx_axi4s_clk,
rx_vid_clk, and tx_vid_clk. axi4s_clk runs at 300 MHz for both AXIS modules in
Source and Sink. rx_vid_clk runsDP Sink Video pipeline at 300 MHz (to support
any resolution up to 8Kp30 4PIPs), while tx_vid_clk runs DP Source Video pipeline
at the actual Pixel Clock frequency (divided by PIPs).
This design variant auto configures the tx_vid_clk frequency through I2C
programming to on-board SI5391B OSC when the design detects a switch in the
resolution.
This design variant only demonstrates a fixed number of resolutions as pre-
defined in the DisplayPort software, namely:
720p60, RGB
1080p60, RGB
4K30, RGB
4K60, RGB
2.2. Clocking Scheme
The clocking scheme illustrates the clock domains in the DisplayPort Intel FPGA IP
design example.
Figure 8. Intel Agilex F-tile DisplayPort Transceiver clocking scheme
rx_ls_clkout tx_ls_clkout
DCFIFO
DP Rx
F-Tile
FGT PMA
Building
Block
wrclk
system_pll_clk_link
System PLL refclk
systempll_out_clk
system_pll_clk_link
rdclk
DCFIFO
DP Tx
F-Tile
FGT PMA
Building
Block
wrclk
rdclk
Rx CDR Link Clk/Tx PLL Link Clk
DP Rx/Tx Link Speed Clk
Reference and
System PLL Clock IP
SysPLL
refclk
tx_pll_refclk_link
rx_cdr_refclk_link
DP Core System
Table 5. Clocking Scheme Signals
Clock in diagram Description
SysPLL refclk F-tile System PLL reference clock which can be any clock frequency that is
dividable by System PLL for that output frequency.
In this design example, system_pll_clk_link and rx/tx refclk_link share the same
150 MHz SysPLL refclk.
continued...
2. Parallel Loopback Design Examples
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
13
Clock in diagram Description
It must be a free running clock which is connected from a dedicated transceiver
reference clock pin to the input clock port of Reference and System PLL Clocks
IP, before connecting the corresponding output port to DisplayPort Phy Top.
Note: For this design example, configure Clock Controller GUI Si5391A OUT6 to
150 MHz.
system_pll_clk_link The minimum System PLL output frequency to support all DisplayPort rate is 320
MHz.
This design example uses a 900 MHz (highest) output frequency so that SysPLL
refclk can be shared with rx/tx refclk_link which is 150 MHz.
rx_cdr_refclk_link /
tx_pll_refclk_link
Rx CDR and Tx PLL Link refclk which fixed to 150 MHz to support all DisplayPort
data rate.
rx_ls_clkout /
tx_ls_clkout
DisplayPort Link Speed Clock to clock DisplayPort IP core. Frequency equivalent
to Data Rate divide by parallel data width.
Example:
Frequency = data rate / data width
= 8.1G (HBR3) / 40 bits
= 202.5 MHz
2.3. Simulation Testbench
The simulation testbench simulates the DisplayPort TX serial loopback to RX.
2. Parallel Loopback Design Examples
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
14
Figure 9. DisplayPort Intel FPGA IP Simplex Mode Simulation Testbench Block Diagram
agi_dp_tb
agi_dp_sim
RX Sub-System
Core System (Platform Designer)
Debug
FIFO
EDID
RAM
DisplayPort
RX Core
DP RX
FGT PMA
Building Block
DP TX
FGT PMA
Building Block
Parallel
Data
FIFO
Parallel
Data
FIFO
Parallel Data
Serial Data
Avalon Memory-Mapped
Clock
Reference and
System PLL Clock IP
RX Link Speed Clock
Frequency Checker
TX Link Speed Clock
Frequency Checker
Reset Sync Reset Sync
IOPLL IP
RX Phy Top TX Phy Top
Testbench
Control
Video Pattern
Generation
Clock Generation
100 MHz, 135 MHz
TX Sub-System
Debug
FIFO
DisplayPort
TX Core
Table 6. Testbench Components
Component Description
Video Pattern Generator This generator produces color bar patterns that you can configure. You can
parameterize the video format timing.
Testbench Control This block controls the test sequence of the simulation and generates the
necessary stimulus signals to the TX core. The testbench control block also reads
the CRC value from both source and sink to make comparisons.
RX Link Speed Clock Frequency
Checker
This checker verifies if the RX transceiver recovered clock frequency matches the
desired data rate.
TX Link Speed Clock Frequency
Checker
This checker verifies if the TX transceiver recovered clock frequency matches the
desired data rate.
2. Parallel Loopback Design Examples
709308 | 2022.09.02
Send Feedback F-Tile DisplayPort Intel® FPGA IP Design Example User Guide
15
The simulation testbench does the following verifications:
Table 7. Testbench Verifications
Test Criteria Verification
Link Training at Data Rate HBR3
Read the DPCD registers to check if the DP Status sets
and measures both TX and RX Link Speed frequency.
Integrates Frequency Checker to measure the Link Speed
clock's frequency output from the TX and RX transceiver.
Run video pattern from TX to RX.
Verify the CRC for both source and sink to check if they
match
Connects video pattern generator to the DisplayPort
Source to generate the video pattern.
Testbench control next reads out both Source and Sink
CRC from DPTX and DPRX registers and compares to
ensure both CRC values are identical.
Note: To ensure CRC is calculated, you must enable the
Support CTS test automation parameter.
2. Parallel Loopback Design Examples
709308 | 2022.09.02
F-Tile DisplayPort Intel® FPGA IP Design Example User Guide Send Feedback
16
3. Document Revision History for F-Tile DisplayPort Intel
FPGA IP Design Example User Guide
Document Version Intel Quartus
Prime Version
IP Version Changes
2022.09.02 22.2 20.0.1 Changed document title from DisplayPort Intel
Agilex F-Tile FPGA IP Design Example User Guide to
F-Tile DisplayPort Intel FPGA IP Design Example
User Guide.
Enabled AXIS Video Design Example variant.
Removed Static Rate design and replaced it with
Multi Rate Design Example.
Removed the note in the DisplayPort Intel FPGA IP
Design Example Quick Start Guide that says Intel
Quartus Prime 21.4 software version only supports
Preliminary Design Examples.
Replaced the Directory Structure figure with the
correct figure.
Added a section Regenerating ELF File under
Compiling and Testing the Design.
Updated the Hardware and Software Requirements
section to include additional hardware
requirements.
2021.12.13 21.4 20.0.0 Initial release.
709308 | 2022.09.02
Send Feedback
Intel Corporation. All rights reserved. Intel, the Intel logo, and other Intel marks are trademarks of Intel
Corporation or its subsidiaries. Intel warrants performance of its FPGA and semiconductor products to current
specifications in accordance with Intel's standard warranty, but reserves the right to make changes to any
products and services at any time without notice. Intel assumes no responsibility or liability arising out of the
application or use of any information, product, or service described herein except as expressly agreed to in
writing by Intel. Intel customers are advised to obtain the latest version of device specifications before relying
on any published information and before placing orders for products or services.
*Other names and brands may be claimed as the property of others.
ISO
9001:2015
Registered
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17

Intel F-Tile DisplayPort User guide

Category
DisplayPort cables
Type
User guide

Intel F-Tile DisplayPort

  • High-performance DisplayPort interface for Intel Agilex F-tile devices

  • Supports DisplayPort 1.4a and HBR3 data rates up to 8.1 Gbps per lane

  • Four lanes for a total bandwidth of 32.

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI