Shell Developer Guide for Open FPGA Stack: Agilex® 7 FPGA F-Series Development Kit (2x F-Tile) PCIe Attach¶
Last updated: September 26, 2024
1. Introduction¶
1.1. About This Document¶
This document serves as a guide for OFS Agilex PCIe Attach developers targeting the Agilex® 7 FPGA F-Series Development Kit (2x F-Tile). The following topics are covered in this guide:
- Compiling the OFS Agilex PCIe Attach FIM design
- Simulating the OFS Agilex PCIe Attach design
- Customizing the OFS Agilex PCIe Attach FIM design
- Configuring the FPGA with an OFS Agilex PCIe Attach FIM design
The FIM Development Walkthroughs Table lists all of the walkthroughs provided in this guide. These walkthroughs provide step-by-step instructions for performing different FIM Development tasks.
Table: FIM Development Walkthroughs
1.1.1 Knowledge Pre-Requisites¶
It is recommended that you have the following knowledge and skills before using this developer guide.
- Basic understanding of OFS and the difference between OFS designs. Refer to the OFS Welcome Page.
- Review the release notes for the Agilex 7 PCIe Attach Reference Shells, with careful consideration of the Known Issues.
- Review of Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)).
- FPGA compilation flows using Quartus® Prime Pro Edition.
- Static Timing closure, including familiarity with the Timing Analyzer tool in Quartus® Prime Pro Edition, applying timing constraints, Synopsys* Design Constraints (.sdc) language and Tcl scripting, and design methods to close on timing critical paths.
- RTL (System Verilog) and coding practices to create synthesized logic.
- RTL simulation tools.
- Quartus® Prime Pro Edition Signal Tap Logic Analyzer tool software.
1.2. FIM Development Theory¶
This section will help you understand how the OFS Agilex PCIe Attach FIM can be developed to fit your design goals.
The Default FIM Features section provides general information about the default features of the OFS Agilex PCIe Attach FIM so you can become familiar with the default design. For more detailed information about the FIM architecture, refer to the Shell Technical Reference Manual: OFS for Agilex® 7 PCIe Attach FPGAs.
The Customization Options section then gives suggestions of how this default design can be customized. Step-by-step walkthroughs for many of the suggested customizations are later described in the FIM Customization section.
FIM development for a new acceleration card generally consists of the following steps:
- Install OFS and familiarize yourself with provided scripts and source code
- Develop high level design with your specific functionality
- Determine requirements and key performance metrics
- Select IP cores
- Select FPGA device
- Develop software memory map
- Select and implement FIM Physical interfaces including:
- External clock sources and creation of internal PLL clocks
- General I/O
- Ethernet modules
- External memories
- FPGA programming methodology
- Develop device physical implementation
- FPGA device pin assignment
- Create logic lock regions
- Create of timing constraints
- Create Quartus Prime Pro FIM test project and validate:
- Placement
- Timing constraints
- Build script process
- Review test FIM FPGA resource usage
- Select FIM to AFU interfaces and development of PIM
- Implement FIM design
- Develop RTL
- Instantiate IPs
- Develop test AFU to validate FIM
- Develop unit and device level simulation
- Develop timing constraints and build scripts
- Perform timing closure and build validation
- Create FIM documentation to support AFU development and synthesis
- Software Device Feature discovery
- Integrate, validate, and debug hardware/software
- Prepare for high volume production
1.2.1 Default FIM Features¶
1.2.1.1 Top Level¶
Figure: OFS Agilex PCIe Attach fseries-dk FIM Top-Level Diagram
1.2.1.2 Interfaces¶
The key interfaces in the OFS Agilex PCIe Attach design are listed in the Release Capabilities Table. It describes the capabilities of the fseries-dk hardware as well as the capabilities of the default OFS Agilex PCIe Attach design targeting the fseries-dk.
Table: Release Capabilities
Interface | fseries-dk Hardware Capabilities | OFS Agilex PCIe Attach Default Design Implementation |
---|---|---|
Host Interface[1] | PCIe Gen4x8 | PCIe Gen4x16 |
Network Interface | 1 QSFP-56 cage1 QSFPDD-56 Cage | 2x4x25GbE |
External Memory | 3xDDR4 DIMMs sockets - 72-bits (1 available for HPS) | 2xDDR4 - 2400MHz - 8Gb (1Gbx8) - 64-bits - No ECC1xDDR4 - 2400MHz - 16Gb (2Gbx8) - 40-bits - With ECC - For HPS |
[1] F-Tile ES version development kit has a form factor of PCIe Gen4x16, however it only supports PCIe Gen4x8. The OFS Agilex PCIe Attach design implements PCIe Gen4x16 with the assumption that it will train down to PCIe Gen4x8.
1.2.1.3 Subsystems¶
The FIM Subsystems Table describes the Platform Designer IP subsystems used in the OFS Agilex PCIe Attach fseries-dk FIM.
Table: FIM Subsystems
Subsystem | User Guide | Document ID |
---|---|---|
PCIe Subsystem | AXI Streaming IP for PCI Express User Guide | 790711 |
Memory Subsystem | Memory Subsystem Intel FPGA IP User Guide for Intel Agilex OFS | 686148[1] |
Ethernet Subsystem | Ethernet Subsystem Intel FPGA IP User Guide | 773413[1] |
[1] You must request entitled access to these documents.
1.2.1.4 Host Exercisers¶
The default AFU workload in the OFS Agilex PCIe Attach fseries-dk FIM contains several modules called Host Exercisers which are used to exercise the interfaces on the board. The Host Exerciser Descriptions Table describes these modules.
Table: Host Exerciser Descriptions
Name | Acronym | Description | OPAE Command |
---|---|---|---|
Host Exerciser Loopback | HE-LB | Used to exercise and characterize host to FPGA data transfer. | host_exerciser |
Host Exerciser Memory | HE_MEM | Used to exercise and characterize host to Memory data transfer. | host_exerciser |
Host Exerciser Memory Traffic Generator | HE_MEM_TG | Used to exercise and test available memory channels with a configurable traffic pattern. | mem_tg |
Host Exerciser High Speed Serial Interface | HE-HSSI | Used to exercise and characterize HSSI interfaces. | hssi |
The host exercisers can be removed from the design at compile-time using command line arguments for the build script.
1.2.1.5 Module Access via APF/BPF¶
The OFS Agilex PCIe Attach fseries-dk FIM uses AXI4-Lite interconnect logic named the AFU Peripheral Fabric (APF) and Board Peripheral Fabric (BPF) to access the registers of the various modules in the design. The APF/BPF modules define master/slave interactions, namely between the host software and AFU and board peripherals. The APF Address Map Table describes the address mapping of the APF, followed by the BPF Address Map Table which describes the address mapping of the BPF.
Table: APF Address Map
Address | Size (Bytes) | Feature |
---|---|---|
0x00000–0x3FFFF | 256K | Board Peripherals (See BPF Address Map table) |
0x40000 – 0x4FFFF | 64K | ST2MM |
0x50000 – 0x5FFFF | 64K | Reserved |
0x60000 – 0x60FFF | 4K | UART |
0x61000 – 0x6FFFF | 4K | Reserved |
0x70000 – 0x7FFFF | 56K | PR Gasket:4K= PR Gasket DFH, control and status4K= Port DFH4K=User Clock52K=Remote STP |
0x80000 – 0x80FFF | 4K | AFU Error Reporting |
Table: BPF Address Mapping
Address | Size (Bytes) | Feature |
---|---|---|
0x00000 - 0x0FFFF | 64K | FME |
0x10000 - 0x10FFF | 4K | PCIe |
0x11000 - 0x11FFF | 4K | Reserved |
0x12000 - 0x12FFF | 4K | QSFP0 |
0x13000 - 0x13FFF | 4K | QSFP1 |
0x14000 - 0x14FFF | 4K | HSSI |
0x15000 - 0x15FFF | 4K | EMIF |
1.2.2 Customization Options¶
OFS is designed to be easily customizable to meet your design needs. The OFS FIM Customizations Table lists the general user flows for OFS Agilex PCIe Attach fseries-dk FIM development, along with example customizations for each user flow, plus links to step-by-step walkthroughs where available.
Table: OFS FIM Customizations
1.3 Development Environment¶
This section describes the components required for OFS FIM development, and provides a walkthrough for setting up the environment on your development machine.
Note that your development machine may be different than your deployment machine where the FPGA acceleration card is installed. FPGA development work and deployment work can be performed either on the same machine, or on different machines as desired. Please see the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up the environment for deployment machines.
1.3.1 Development Tools¶
The Development Environment Table describes the Best Known Configuration (BKC) for the tools that are required for OFS FIM development.
Table: Development Environment BKC
Component | Version | Installation Walkthrough |
---|---|---|
Operating System | RedHat® Enterprise Linux® (RHEL) 8.10 | N/A |
Quartus Prime Software | Quartus Prime Pro Version 24.1 for Linux + Patches 0.18, 0.26 | Section 1.3.1.1 |
Python | 3.6.8 or later | N/A |
GCC | 8.5.0 or later | N/A |
cmake | 3.15 or later | N/A |
git | 1.8.3.1 or later | Section 1.3.1.2 |
FIM Source Files | ofs-2024.2-1 | Section 1.3.2.1 |
1.3.1.1 Walkthrough: Install Quartus Prime Pro Software¶
Intel Quartus Prime Pro Version 24.1 is verified to work with the latest OFS release ofs-2024.2-1. However, you have the option to port and verify the release on newer versions of Intel Quartus Prime Pro software.
Use RedHat® Enterprise Linux® (RHEL) 8.10 for compatibility with your development flow and also testing your FIM design in your platform.
Prior to installing Quartus:
-
Ensure you have at least 64 GB of free space for Quartus Prime Pro installation and your development work.
- Intel® recommends that your system be configured to provide virtual memory equal in size or larger than the recommended physical RAM size that is required to process your design.
- The disk space may be significantly more based on the device families included in the install. Prior to installation, the disk space should be enough to hold both zipped tar files and uncompressed installation files. After successful installation, delete the downloaded zipped files and uncompressed zip files to release the disk space.
-
Perform the following steps to satisfy the required dependencies.
$ sudo dnf install -y gcc gcc-c++ make cmake libuuid-devel rpm-build autoconf automake bison boost boost-devel libxml2 libxml2-devel make ncurses grub2 bc csh flex glibc-locale-source libnsl ncurses-compat-libs
Apply the following configurations.
-
Create the default installation path:
/intelFPGA_pro/ , where is the default path of the Linux workstation, or as set by the system administrator and is your Quartus version number. The installation path must satisfy the following requirements:
- Contain only alphanumeric characters
- No special characters or symbols, such as !$%@^&*<>,
- Only English characters
- No spaces
-
Download your required Quartus Prime Pro Linux version here.
-
Install required Quartus patches. The Quartus patch
.run
files can be found in the Assets tab on the OFS Release GitHub page. The patches for this release are 0.18, 0.26. -
After running the Quartus Prime Pro installer, set the PATH environment variable to make utilities
quartus
,jtagconfig
, andquartus_pgm
discoverable. Edit your bashrc file~/.bashrc
to add the following line:export PATH=<Quartus install directory>/quartus/bin:$PATH export PATH=<Quartus install directory>/qsys/bin:$PATH
For example, if the Quartus install directory is /home/intelFPGA_pro/24.1 then the new line is:
-
Verify, Quartus is discoverable by opening a new shell:
1.3.2 FIM Source Files¶
The source files for the OFS Agilex PCIe Attach FIM are provided in the following repository: https://github.com/OFS/ofs-agx7-pcie-attach/releases/tag/ofs-2024.2-1
Some essential directories in the repository are described as follows:
ofs-agx7-pcie-attach
| syn // Contains files related to synthesis
| | board // Contains synthesis files for several cards, including the fseries-dk
| | | fseries-dk // Contains synthesis files for fseries-dk
| | | | setup // Contains setup files, including pin constraints and location constraints
| | | | syn_top // Contains Quartus project files
| verification // Contains files for UVM testing
| ipss // Contains files for IP Sub-Systems
| | qsfp // Contains source files for QSFP Sub-System
| | hssi // Contains source files for HSSI Sub-System
| | pmci // Contains source files for PMCI Sub-System (not used in F-Tile FIM)
| | pcie // Contains source files for PCIe Sub-System
| | mem // Contains source files for Memory Sub-System
| sim // Contains simulation files
| | unit_test // Contains files for all unit tests
| | | scripts // Contains script to run regression unit tests
| license // Contains Quartus patch
| ofs-common // Contains files which are common across OFS platforms
| | verification // Contains common UVM files
| | scripts // Contains common scripts
| | | common
| | | | syn // Contains common scripts for synthesis, including build script
| | | | sim // Contains common scripts for simulation
| | tools // Contains common tools files
| | | mk_csr_module // Contains common files for CSR modules
| | | fabric_generation // Contains common files for APF/BPF fabric generation
| | | ofss_config // Contains common files for OFSS configuration tool
| | | | ip_params // Contains default IP parameters for certain Sub-Systems when using OFSS
| | src // Contains common source files, including host exercisers
| tools //
| | ofss_config // Contains top level OFSS files for each pre-made board configuration
| | | hssi // Contains OFSS files for Ethernet-SS configuraiton
| | | memory // Contains OFSS files for Memory-SS configuration
| | | pcie // Contains OFSS files for PCIe-SS configuration
| | | iopll // Contains OFSS files for IOPLL configuration
| src // Contains source files for Agilex PCIe Attach FIM
| | pd_qsys // Contains source files related to APF/BPF fabric
| | includes // Contains source file header files
| | top // Contains top-level source files, including design top module
| | afu_top // Contains top-level source files for AFU
1.3.2.1 Walkthrough: Clone FIM Repository¶
Perform the following steps to clone the OFS Agilex® 7 PCIe Attach FIM Repository:
-
Create a new directory to use as a clean starting point to store the retrieved files.
-
Clone GitHub repository using the HTTPS git method
-
Check out the correct tag of the repository
-
Ensure that
ofs-common
has been cloned as wellExample output:
1.3.3 Environment Variables¶
The OFS FIM compilation and simulation scripts require certain environment variables be set prior to execution.
1.3.3.1 Walkthrough: Set Development Environment Variables¶
Perform the following steps to set the required environment variables. These environment variables must be set prior to simulation or compilation tasks so it is recommended that you create a script to set these variables.
-
Navigate to the top level directory of the cloned OFS FIM repository.
-
Set project variables
-
Set variables based on your development environment
# Set proxies if required for your server export http_proxy=<YOUR_HTTP_PROXY> export https_proxy=<YOUR_HTTPS_PROXY> export ftp_proxy=<YOUR_FTP_PROXY> export socks_proxy=<YOUR_SOCKS_PROXY> export no_proxy=<YOUR_NO_PROXY> # Set Quartus license path export LM_LICENSE_FILE=<YOUR_LM_LICENSE_FILE> # Set Synopsys License path (if using Synopsys for simulation) export DW_LICENSE_FILE=<YOUR_DW_LICENSE_FILE> export SNPSLMD_LICENSE_FILE=<YOUR_SNPSLMD_LICENSE_FILE> # Set Quartus Installation Directory - e.g. $QUARTUS_ROOTDIR/bin contains Quartus executables export QUARTUS_ROOTDIR=<YOUR_QUARTUS_INSTALLATION_DIRECTORY> # Set the Tools Directory - e.g. $TOOLS_LOCATION contains the 'synopsys' directory if you are using Synopsys. Refer to the $VCS_HOME variable for an example. export TOOLS_LOCATION=<YOUR_TOOLS_LOCATION>
-
Set generic environment variables
# Set Work directory export WORKDIR=$OFS_ROOTDIR # Set Quartus Tools variables export QUARTUS_HOME=$QUARTUS_ROOTDIR export QUARTUS_INSTALL_DIR=$QUARTUS_ROOTDIR export QUARTUS_ROOTDIR_OVERRIDE=$QUARTUS_ROOTDIR export QUARTUS_VER_AC=$QUARTUS_ROOTDIR export IP_ROOTDIR=$QUARTUS_ROOTDIR/../ip export IMPORT_IP_ROOTDIR=$IP_ROOTDIR export QSYS_ROOTDIR=$QUARTUS_ROOTDIR/../qsys/bin # Set Verification Tools variables (if running simulations) export DESIGNWARE_HOME=$TOOLS_LOCATION/synopsys/vip_common/vip_Q-2020.03A export UVM_HOME=$TOOLS_LOCATION/synopsys/vcsmx/${{ env.FTILE_DK_SIM_VCS_VER_SH }}/linux64/rhel/etc/uvm export VCS_HOME=$TOOLS_LOCATION/synopsys/vcsmx/${{ env.FTILE_DK_SIM_VCS_VER_SH }}/linux64/rhel export MTI_HOME=$QUARTUS_ROOTDIR/../questa_fse export VERDIR=$OFS_ROOTDIR/verification export VIPDIR=$VERDIR # Set OPAE variables export OPAE_SDK_REPO_BRANCH=release/2.13.0 # Set PATH to include compilation and simulation tools export PATH=$QUARTUS_HOME/bin:$QUARTUS_HOME/../qsys/bin:$QUARTUS_HOME/sopc_builder/bin/:$OFS_ROOTDIR/opae-sdk/install-opae-sdk/bin:$MTI_HOME/linux_x86_64/:$MTI_HOME/bin/:$DESIGNWARE_HOME/bin:$VCS_HOME/bin:$PATH
1.3.4 Walkthrough: Set Up Development Environment¶
This walkthrough guides you through the process of setting up your development environment in preparation for FIM development. This flow only needs to be done once on your development machine.
-
Ensure that Quartus Prime Pro Version 24.1 for Linux with Agilex FPGA device support is installed on your development machine. Refer to the Install Quartus Prime Pro Software section for step-by-step installation instructions.
- Verify version number
Example Output:
- Verify version number
-
Ensure that all support tools are installed on your development machine, and that they meet the version requirements.
-
Python 3.6.8 or later
-
Verify version number
Example Output:
-
-
GCC 8.5.0 or later
-
Verify version number
Example output:
-
-
cmake 3.15 or later
-
Verify version number
Example output:
-
-
git 1.8.3.1 or later.
-
Verify version number
Example output:
-
-
-
Clone the ofs-agx7-pcie-attach repository. Refer to the Clone FIM Repository section for step-by-step instructions.
-
Install UART IP license patch
.02
.-
Navigate to the
license
directory -
Install Patch 0.02
-
-
Install Quartus Patches 0.18, 0.26. All required patches are provided in the Assets of the OFS FIM Release Tag: https://github.com/OFS/ofs-agx7-pcie-attach/releases/tag/ofs-2024.2-1
-
Extract and unzip the
patch-agx7-2024-1.tar.gz
file. -
Run each patch
.run
file. As an example:
-
-
Verify that patches have been installed correctly. They should be listed in the output of the following command.
-
Set required environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
This concludes the walkthrough for setting up your development environment. At this point you are ready to begin FIM development.
2. FIM Compilation¶
This section describes the process of compiling OFS FIM designs using the provided build scripts. It contains two main sections:
- Compilation Theory - Describes the theory behind FIM compilation
- Compilation Flows - Describes the process of compiling a FIM
The walkthroughs provided in this section are:
2.1 Compilation Theory¶
This sections describes the theory behind FIM compilation.
2.1.1 FIM Build Script¶
The OFS Common Repository contains a script named build_top.sh
which is used to build OFS FIM designs and generate output files that can be programmed to the board. After cloning the OFS FIM repository (with the ofs-common repository included), the build script can be found in the following location:
The usage of the build_top.sh
script is as follows:
build_top.sh [-k] [-p] [-e] [--stage=<action>] [--ofss=<ip_config>] <build_target>[:<fim_options>] [<work_dir_name>]
Field | Options | Description | Requirement |
---|---|---|---|
-k |
None | Keep. Preserves and rebuilds within an existing work tree instead of overwriting it. | Optional |
-p |
None | When set, and if the FIM supports partial reconfiguration, a PR template tree is generated at the end of the FIM build. The PR template tree is located in the top of the work directory but is relocatable and uses only relative paths. See $OFS_ROOTDIR/syn/common/scripts generate_pr_release.sh for details. | Optional |
-e |
None | Run only Quartus analysis and elaboration. It completes the setup stage, passes -end synthesis to the Quartus compilation flow and exits without running the finish stage. |
Optional |
--stage |
all | setup | compile | finish |
Controls which portion of the OFS build is run. - all : Run all build stages (default) - setup : Initialize a project in the work directory - compile : Run the Quartus compilation flow on a project that was already initialized with setup - finish : Complete OFS post-compilation tasks, such as generating flash images and, if -p is set, generating a release. |
Optional |
--ofss |
<ip_config>.ofss | nodefault |
OFS Settings. OFSS files are used to modify IP in the design. This parameter is consumed during the setup stage and IP is updated only inside the work tree. More than one .ofss file may be passed to the --ofss switch by concatenating them separated by commas. For example: --ofss config_a.ofss,config_b.ofss . If no OFSS files are provided, the script will default to using the --ofss nodefault to prevent the script from using the default OFSS configuration; the resulting build will only use the source files as-is, plus any OFSS files you specify. |
Optional |
<build_target> |
n6000 | n6001 | fseries-dk | iseries-dk |
Specifies which board is being targeted. | Required |
<fim_options> |
flat | null_he_lb | null_he_hssi | null_he_mem | null_he_mem_tg | no_hssi |
Used to change how the FIM is built. • flat - Compiles a flat design (no PR assignments). This is useful for bringing up the design on a new board without dealing with PR complexity. • null_he_lb - Replaces the Host Exerciser Loopback (HE_LBK) with he_null . • null_he_hssi - Replaces the Host Exerciser HSSI (HE_HSSI) with he_null . • null_he_mem - Replaces the Host Exerciser Memory (HE_MEM) with he_null . • null_he_mem_tg - Replaces the Host Exerciser Memory Traffic Generator with he_null . • no_hssi - Removes the HSSI-SS from the FIM. More than one FIM option may be passed included in the <fim_options> list by concatenating them separated by commas. For example: <build_target>:flat,null_he_lb,null_he_hssi |
Optional |
<work_dir_name> |
String | Specifies the name of the work directory in which the FIM will be built. If not specified, the default target is $OFS_ROOTDIR/work |
Optional |
Refer to Compile OFS FIM which provides step-by-step instructions for running the build_top.sh script with some of the different available options.
2.1.1.1 Build Work Directory¶
The build script copies source files from the existing cloned repository into the specified work directory, which are then used for compilation. As such, any changes made in the base source files will be included in all subsequent builds, unless the -k
option is used, in which case an existing work directories files are used as-is. Likewise, any changes made in a work directory is only applied to that work directory, and will not be updated in the base repository by default. When using OFSS files to modify the design, the build script will create a work directory and make the modifications in the work directory.
2.1.1.2 Null Host Exercisers¶
When using the he_null_x
command command line options, the specified Host Exerciser is replaced by an he_null
block. The he_null
is a minimal block with CSRs that responds to PCIe MMIO requests in order to keep PCIe alive. You may use any of the build flows (flat, in-tree, out-of-tree) with the HE_NULL compile options. The HE_NULL compile options are as follows:
null_he_lb
- Replaces the Host Exerciser Loopback (HE_LBK) withhe_null
null_he_hssi
- Replaces the Host Exerciser HSSI (HE_HSSI) withhe_null
null_he_mem
- Replaces the Host Exerciser Memory (HE_MEM) withhe_null
null_he_mem_tg
- Replaces the Host Exerciser Memory Traffic Generator withhe_null
The Compile OFS FIM section gives step-by-step instructions for this flow.
2.1.2 OFSS File Usage¶
The OFS FIM build script uses OFSS files to configure the design IP prior to compilation using preset configurations. The OFSS files specify certain parameters for different IPs. Using OFSS is provided as a convenience feature for building different FIM configurations. You can specify the IP OFSS files you wish to use on the command line, by editing the default Platform OFSS file, or by creating a custom Platform OFSS file and calling it on the command line. Any IP OFSS file type not explicitly specified will default to the one defined in the default Platform OFSS file.
The following video describes OFS Settings files, and provides demonstrations showing how to easily customize the OFS reference shell designs and accelerate your development flow.
2.1.2.1 Top Level OFSS File¶
Top-level OFSS files are OFSS files that contain a list of IP OFSS files that will be used during compilation when the Top-level OFSS file is provided to the build script. You may make your own custom Top-level OFSS files for convenient compilation. The Provided Top-level OFSS Files table describes the Top-level OFSS files that are provided to you.
Top-level OFSS files contain a [default]
header, followed by all of the IP OFSS files that will be used by the build script when this Platform OFSS file is called. Ensure that any environment variables (e.g. $OFS_ROOTDIR
) are set correctly. The OFSS Config tool uses breadth first search to include all of the specified OFSS files; the ordering of OFSS files does not matter.
The general structure of a Top-level OFSS file is as follows:
[default]
<PATH_TO_BASE_OFSS_FILE>
<PATH_TO_PCIE_OFSS_FILE>
<PATH_TO_IOPLL_OFSS_FILE>
<PATH_TO_MEMORY_OFSS_FILE>
<PATH_TO_HSSI_OFSS_FILE>
Any IP OFSS file types that are not explicitly defined by the user will default to using the IP OFSS files specified in the default Top-level OFSS file of the target board. The default Top-level OFSS file for each target is /tools/ofss_config/<target_board>.ofss
. You can use the --ofss nodefault
option to prevent the build script from using the default Top-level OFSS file. You can still provide other OFSS files while using the nodefault
option, e.g. --ofss nodefault tools/ofss_config/pcie/pcie_host_2link.ofss
will implement the settings within pcie_host_2link.ofss
, and will not use any default settings for the other IP types.
Table: Provided Top-Level OFSS Files
OFSS File Name | Location | Type | Description | Supported Board |
---|---|---|---|---|
n6001.ofss |
$OFS_ROOTDIR/tools/ofss_config |
Top-level | This is the default for N6001. Includes the following OFSS files: • n6001_base.ofss • pcie_host.ofss • iopll_500MHz.ofss • memory.ofss • hssi_8x25.ofss |
N6001 |
n6000.ofss |
$OFS_ROOTDIR/tools/ofss_config |
Top-level | This is the default for N6000. Includes the following OFSS files: • n6000_base.ofss • pcie_host_n6000.ofss • iopll_350MHz.ofss • hssi_4x100.ofss |
N6000 |
fseries-dk.ofss |
$OFS_ROOTDIR/tools/ofss_config |
Top-level | This is the default for fseries-dk. Includes the following OFSS files: • fseries-dk_base.ofss • pcie_host.ofss • iopll_500MHz.ofss • memory_ftile.ofss • hssi_8x25_ftile.ofss |
fseries-dk |
iseries-dk.ofss |
$OFS_ROOTDIR/tools/ofss_config |
Top-level | This is the default for iseries-dk. Includes the following OFSS files: • iseries-dk_base.ofss • pcie_host.ofss • iopll_500MHz.ofss • memory_rtile.ofss • hssi_8x25_ftile.ofss |
iseries-dk |
2.1.2.2 Base OFSS File¶
An OFSS file with IP type ofs
contains board specific information for the target board. It defines certain attributes of the design, including the platform name, device family, fim type, part number, and device ID. It can also contain settings for system information like PCIe generation and subsystem device IDs. Note that PCIe settings defined in the PCIe OFSS file will take precedence over any PCIe settings defined in the Base OFSS file.
Currently supported configuration options for an OFSS file with IP type ofs
are described in the OFS IP OFSS File Options table.
Table: OFS IP OFSS File Options
Section | Parameter | n6001 Default Value | n6000 Default Value | fseries-dk Default Value | iseries-dk Default Value |
---|---|---|---|---|---|
[ip] |
type |
ofs |
ofs |
ofs |
ofs |
[settings] |
platform |
n6001 |
n6000 |
n6001 |
n6001 |
family |
agilex |
agilex |
agilex |
agilex |
|
fim |
base_x16 |
base_x16 |
base_x16 |
base_x16 |
|
part |
AGFB014R24A2E2V |
AGFB014R24A2E2V |
AGFB027R24C2E2VR2 |
AGIB027R29A1E2VR3 |
|
device_id |
6001 |
6000 |
6001 |
6001 |
|
[pcie.settings] |
pcie_gen |
4 |
4 |
4 |
5 |
[pcie] |
subsys_dev_id |
1771 |
1770 |
1 |
1 |
exvf_subsysid |
1771 |
1770 |
1 |
1 |
The Provided Base OFSS Files table describes the Base OFSS files that are provided to you.
Table: Provided Base OFSS Files
OFSS File Name | Location | Type | Supported Board |
---|---|---|---|
n6001_base.ofss |
$OFS_ROOTDIR/tools/ofss_config/base |
ofs | N6001 |
n6000_base.ofss |
$OFS_ROOTDIR/tools/ofss_config/base |
ofs | N6000 |
fseries-dk_base.ofss |
$OFS_ROOTDIR/tools/ofss_config/base |
ofs | fseries-dk |
iseries-dk_base.ofss |
$OFS_ROOTDIR/tools/ofss_config/base |
ofs | iseries-dk |
2.1.2.3 PCIe OFSS File¶
An OFSS file with IP type pcie
is used to configure the PCIe-SS and PF/VF MUX in the FIM.
The PCIe OFSS file has a special section type ([pf*]
) which is used to define physical functions (PFs) in the FIM. Each PF has a dedicated section, where the *
character is replaced with the PF number. For example, [pf0]
, [pf1]
, etc. For reference FIM configurations, you must have at least 1 PF with 1VF, or 2PFs. This is because the PR region cannot be left unconnected. PFs must be consecutive. The PFVF Limitations table describes the supported number of PFs and VFs.
Table: PF/VF Limitations
Parameter | Value |
---|---|
Min # of PFs | 1 PF if 1 or more VFs present | 2 PFs if 0 VFs present (PFs must start at PF0) |
Max # of PFs | 8 |
Min # of VFs | 0 VFs if 2 or more PFs present | 1 VF if only 1 PF present |
Max # of VFs | 2000 distributed across all PFs |
Currently supported configuration options for an OFSS file with IP type pcie
are described in the PCIe IP OFSS File Options table.
Table: PCIe IP OFSS File Options
Section | Parameter | Options | Description | n6001 Default Value | n6000 Default Value | fseries-dk Default Value | iseries-dk Default Value |
---|---|---|---|---|---|---|---|
[ip] |
type |
pcie |
Specifies that this OFSS file configures the PCIe-SS | pcie |
pcie |
pcie |
pcie |
[settings] |
output_name |
pcie_ss |
Specifies the output name of the PCIe-SS IP | pcie_ss |
pcie_ss |
pcie_ss |
pcie_ss |
ip_component |
intel_pcie_ss_axi | pcie_ss |
Specifies the PCIe SS IP that will be used. • intel_pcie_ss_axi : AXI Streaming Intel FPGA IP for PCI Express • pcie_ss : Intel FPGA IP Subsystem for PCI Express |
intel_pcie_ss_axi |
intel_pcie_ss_axi |
intel_pcie_ss_axi |
intel_pcie_ss_axi |
|
preset |
String | OPTIONAL - Specifies the name of a PCIe-SS IP presets file to use when building the FIM. When used, a presets file will take priority over any other parameters set in this OFSS file. | N/A | N/A | N/A | N/A | |
[pf*] |
num_vfs |
Integer | Specifies the number of Virtual Functions in the current PF | Variable[1] | Variable[2] | Variable[1] | Variable[1] |
bar0_address_width |
Integer | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
bar4_address_width |
Integer | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
vf_bar0_address_width |
Integer | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
ats_cap_enable |
0 | 1 |
Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
vf_ats_cap_enable |
0 | 1 |
Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
prs_ext_cap_enable |
0 | 1 |
Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
pasid_cap_enable |
0 | 1 |
Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
pci_type0_vendor_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
pci_type0_device_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
revision_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
class_code |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
subsys_vendor_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
subsys_dev_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
sriov_vf_device_id |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] | ||
exvf_subsysid |
32'h Value | Variable[1] | Variable[2] | Variable[1] | Variable[1] |
[1] Refer to
pcie_host.ofss
[2] Refer to
pcie_host_n6000.ofss
Any parameter that is not specified in the PCIe OFSS file will default to the values defined in $OFS_ROOTDIR/ofs-common/tools/ofss_config/ip_params/pcie_ss_component_parameters.py
. When using a PCIe IP OFSS file during compilation, the PCIe-SS IP that is used will be defined based on the values in the PCIe IP OFSS file plus the parameters defined in pcie_ss_component_parameters.py
.
The Provided PCIe OFSS Files table describes the PCIe OFSS files that are provided to you.
Table: Provided PCIe OFSS Files
OFSS File Name | Location | Type | Description | Supported Boards |
---|---|---|---|---|
pcie_host.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • PF0 (3 VFs) • PF1 (0 VFs) • PF2 (0 VFs) • PF3 (0 VFs) • PF4 (0 VFs) | N6001 | fseries-dk | iseries-dk |
pcie_host_1pf_1vf.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • PF0 (1 VF) | N6001 | fseries-dk | iseries-dk |
pcie_host_2link.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • 2x8 PCIe • PF0 (3 VFs) • PF1 (0 VFs) • PF2 (0 VFs) • PF3 (0 VFs) • PF4 (0 VFs) | iseries-dk |
pcie_host_2link_1pf_1vf.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • 2x8 PCIe • PF0 (1 VF) | iseries-dk |
pcie_host_2pf.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • PF0 (0 VFs) • PF1 (0 VFs) | N6001 | fseries-dk | iseries-dk |
pcie_host_gen4.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem with the following configuration: • PF0 (3 VFs) • PF1 (0 VFs) • PF2 (0 VFs) • PF3 (0 VFs) • PF4 (0 VFs) | iseries-dk |
pcie_host_n6000.ofss |
$OFS_ROOTDIR/tools/ofss_config/pcie |
pcie | Defines the PCIe Subsystem for the N6000 with the following configuration: • PF0 (3 VFs) • PF1 (0 VFs) • PF2 (0 VFs) • PF3 (0 VFs) • PF4 (0 VFs) | N6001 |
2.1.2.4 IOPLL OFSS File¶
An OFSS file with IP type iopll
is used to configure the IOPLL in the FIM.
The IOPLL OFSS file has a special section type ([p_clk]
) which is used to define the IOPLL clock frequency.
Currently supported configuration options for an OFSS file with IP type iopll
are described in the IOPLL OFSS File Options table.
Table: IOPLL OFSS File Options
Section | Parameter | Options | Description | n6001 Default Value | n6000 Default Value | fseries-dk Default Value | iseries-dk Default Value |
---|---|---|---|---|---|---|---|
[ip] |
type |
iopll |
Specifies that this OFSS file configures the IOPLL | iopll |
iopll |
iopll |
iopll |
[settings] |
output_name |
sys_pll |
Specifies the output name of the IOPLL. | sys_pll |
sys_pll |
sys_pll |
sys_pll |
instance_name |
iopll_0 |
Specifies the instance name of the IOPLL. | iopll_0 |
iopll_0 |
iopll_0 |
iopll_0 |
|
[p_clk] |
freq |
Integer: 250 - 500 | Specifies the IOPLL clock frequency in MHz. | 500 |
350 |
500 |
500 |
The Provided IOPLL OFSS Files table describes the IOPLL OFSS files that are provided to you.
Table: Provided IOPLL OFSS Files
OFSS File Name | Location | Type | Description | Supported Board |
---|---|---|---|---|
iopll_500MHz.ofss |
$OFS_ROOTDIR/tools/ofss_config/iopll |
iopll | Sets the IOPLL frequency to 500 MHz |
N6001 | fseries-dk | iseries-dk |
iopll_470MHz.ofss |
$OFS_ROOTDIR/tools/ofss_config/iopll |
iopll | Sets the IOPLL frequency to 470 MHz |
N6001 | fseries-dk | iseries-dk |
iopll_350MHz.ofss |
$OFS_ROOTDIR/tools/ofss_config/iopll |
iopll | Sets the IOPLL frequency to 350 MHz |
N6001 | N6000 | fseries-dk | iseries-dk |
2.1.2.5 Memory OFSS File¶
An OFSS file with IP type memory
is used to configure the Memory-SS in the FIM.
The Memory OFSS file specifies a preset
value, which selects a presets file (.qprs
) to configure the Memory-SS.
Currently supported configuration options for an OFSS file with IP type memory
are described in the Memory OFSS File Options table.
Table: Memory OFSS File Options
Section | Parameter | Options | Description | n6001 Default Value | n6000 Default Value | fseries-dk Default Value | iseries-dk Default Value |
---|---|---|---|---|---|---|---|
[ip] |
type |
memory |
Specifies that this OFSS file configures the Memory-SS | memory |
N/A | memory |
memory |
[settings] |
output_name |
mem_ss_fm |
Specifies the output name of the Memory-SS. | mem_ss_fm |
N/A | mem_ss_fm |
mem_ss_fm |
preset |
String[1] | Specifies the name of the .qprs presets file that will be used to build the Memory-SS. |
n6001 |
N/A | fseries-dk |
iseries-dk |
[1] You may generate your own .qprs
presets file with a unique name using Quartus.
Memory-SS presets files are stored in the $OFS_ROOTDIR/ipss/mem/qip/presets
directory.
The Provided Memory OFSS Files table describes the Memory OFSS files that are provided to you.
Table: Provided Memory OFSS Files
OFSS File Name | Location | Type | Description | Supported Board |
---|---|---|---|---|
memory.ofss |
$OFS_ROOTDIR/tools/ofss_config/memory |
memory | Defines the memory IP preset file to be used during the build as: | N6001 | N6000 [1] |
memory_ftile.ofss |
$OFS_ROOTDIR/tools/ofss_config/memory |
memory | Defines the memory IP preset file to be used during the build as fseries-dk |
fseries-dk |
memory_rtile.ofss |
$OFS_ROOTDIR/tools/ofss_config/memory |
memory | Defines the memory IP preset file to be used during the build as iseries-dk |
iseries-dk |
memory_rtile_no_dimm.ofss |
$OFS_ROOTDIR/tools/ofss_config/memory |
memory | Defines the memory IP preset file to be used during the build as iseries-dk |
iseries-dk |
[1] The memory.ofss
file can be used for the N6000, however, the default N6000 FIM does not implement the Memory Sub-system. Refer to Section 4.7.2 for step-by-step instructions on how to enable the Memory sub-system
2.1.2.6 HSSI IP OFSS File¶
An OFSS file with IP type hssi
is used to configure the Ethernet-SS in the FIM.
Currently supported configuration options for an OFSS file with IP type hssi
are described in the HSSI OFSS File Options table.
Table: HSSI OFSS File Options
Section | Parameter | Options | Description | n6001 Default Value | n6000 Default Value | fseries-dk Default Value | iseries-dk Default Value |
---|---|---|---|---|---|---|---|
[ip] |
type |
hssi |
Specifies that this OFSS file configures the Ethernet-SS | hssi |
hssi |
hssi |
hssi |
[settings] |
output_name |
hssi_ss |
Specifies the output name of the Ethernet-SS | hssi_ss |
hssi_ss |
hssi_ss |
hssi_ss |
num_channels |
Integer | Specifies the number of channels. | 8 |
4 |
8 |
8 |
|
data_rate |
10GbE | 25GbE | 100GCAUI-4 | 200GAUI-4 | 400GAUI-8 |
Specifies the data rate[1] | 25GbE |
100GCAUI-4 |
25GbE |
25GbE |
|
preset |
None | fseries-dk | 200g-fseries-dk | 400g-fseries-dk | String[1] |
OPTIONAL - Selects the platform whose preset .qprs file will be used to build the Ethernet-SS. When used, this will overwrite the other settings in this OFSS file. |
N/A | N/A | N/A | N/A |
[1] The presets file will take priority over the data_rate
parameter, so this value will not take effect if using a presets file.
[2] You may generate your own .qprs
presets file with a unique name using Quartus.
Ethernet-SS presets are stored in $OFS_ROOTDIR/ipss/hssi/qip/hssi_ss/presets
directory.
The Provided HSSI OFSS Files table describes the HSSI OFSS files that are provided to you.
Table: Provided HSSI OFSS Files
OFSS File Name | Location | Type | Description | Supported Board |
---|---|---|---|---|
hssi_8x10.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be 8x10 GbE | N6001 |
hssi_8x25.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be 8x25 GbE | N6001 |
hssi_2x100.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be 2x100 GbE | N6001 |
hssi_1x400_ftile.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be F-Tile 1x400 GbE | iseries-dk |
hssi_4x100.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be 4x100 GbE | N6000 |
hssi_8x25_ftile.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP configuration to be F-Tile 8x25 GbE | fseries-dk | iseries-dk |
hssi_2x200_ftile.ofss |
$OFSS_ROOTDIR/tools/ofss_config/hssi |
hssi | Defines the Ethernet-SS IP to be 2x200 GbE | iseries-dk |
2.1.3 OFS Build Script Outputs¶
The output files resulting from running the the OFS FIM build_top.sh
build script are copied to a single directory during the finish
stage of the build script. The path for this directory is: $OFS_ROOTDIR/<WORK_DIRECTORY>/syn/board/fseries-dk/syn_top/output_files
.
The output files include programmable images and compilation reports. The OFS Build Script Output Descriptions table describes the images that are generated by the build script.
Table: OFS Build Script Output Descriptions
File Name | Description |
---|---|
ofs_top.sof | The FIM design SRAM Object File; a binary file of the compiled FIM image. |
ofs_top_hps.sof | The build assembly process combines the FPGA ofs_top.sof programming file with u-boot-spl-dtb.hex to produce this file. |
2.2 Compilation Flows¶
This section provides information for using the build script to generate different FIM types. Walkthroughs are provided for each compilation flow. These walkthroughs require that the development environment has been set up as described in the Set Up Development Environment section.
2.2.1 Flat FIM¶
A flat FIM is compiled such that there is no partial reconfiguration region, and the entire design is built as a flat design. This is useful for compiling new designs without worrying about the complexity introduced by partial reconfiguration. The flat compile removes the PR region and PR IP; thus, you cannot use the -p
build flag when using the flat
compile setting. Refer to the Compile OFS FIM Section for step-by-step instructions for this flow.
2.2.2 In-Tree PR FIM¶
An In-Tree PR FIM is the default compilation if no compile flags or compile settings are used. This flow will compile the design with the partial reconfiguration region, but it will not create a relocatable PR directory tree to aid in AFU development. Refer to the Compile OFS FIM Section for step-by-step instructions for this flow.
2.2.3 Out-of-Tree PR FIM¶
An Out-of-Tree PR FIM will compile the design with the partial reconfiguration region, and will create a relocatable PR directory tree to aid in AFU workload development. This is especially useful if you are developing a FIM to be used by another team developing AFU workloads. This is the recommended build flow in most cases. There are two ways to create the relocatable PR directory tree:
- Run the FIM build script with the
-p
option. Refer to the Compile OFS FIM Section for step-by-step instructions for this flow. - Run the
generate_pr_release.sh
script after running the FIM build script. Refer to the Manually Generate OFS Out-Of-Tree PR FIM Section step-by-step instructions for this flow.
In both cases, the generate_pr_release.sh
is run to create the relocatable build tree. This script is located at $OFS_ROOTDIR/ofs-common/scripts/common/syn/generate_pr_release.sh
. Usage for this script is as follows:
The Generate PR Release Script Options table describes the options for the generate_pr_release.sh
script.
Table: Generate PR Release Script Options
Parameter | Options | Description |
---|---|---|
<PATH_OF_RELOCATABLE_PR_TREE> |
String | Specifies the location of the relocatable PR directory tree to be created. |
<BOARD_TARGET> |
fseries-dk |
Specifies the name of the board target. |
<WORK_DIRECTORY> |
String | Specifies the existing work directory from which the relocatable PR directory tree will be created from. |
After generating the relocatable build tree, it is located in the $OFS_ROOTDIR/<WORK_DIRECTORY>/pr_build_template
directory (or the directory you specified if generated separately). The contents of this directory have the following structure:
├── bin
├── ├── afu_synth
├── ├── qar_gen
├── ├── update_pim
├── ├── run.sh
├── ├── build_env_config
├── README
├── hw
├── ├── lib
├── ├── ├── build
├── ├── ├── fme-ifc-id.txt
├── ├── ├── platform
├── ├── ├── fme-platform-class.txt
├── ├── blue_bits
├── ├── ├── ofs_top_hps.sof
└── ├── ├── ofs_top.sof
2.2.4 HE_NULL FIM¶
An HE_NULL FIM refers to a design with one, some, or all of the Host Exercisers replaced by he_null
blocks. The he_null
is a minimal block with CSRs that responds to PCIe MMIO requests in order to keep PCIe alive. You may use any of the build flows (flat, in-tree, out-of-tree) with the HE_NULL compile options. The HE_NULL compile options are as follows:
null_he_lb
- Replaces the Host Exerciser Loopback (HE_LBK) withhe_null
null_he_hssi
- Replaces the Host Exerciser HSSI (HE_HSSI) withhe_null
null_he_mem
- Replaces the Host Exerciser Memory (HE_MEM) withhe_null
null_he_mem_tg
- Replaces the Host Exerciser Memory Traffic Generator withhe_null
The Compile OFS FIM section gives step-by-step instructions for this flow.
2.2.5 Walkthrough: Compile OFS FIM¶
Perform the following steps to compile the OFS Agilex PCIe Attach FIM for fseries-dk:
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Navigate to the root directory.
-
Run the
build_top.sh
script with the desired compile options. The following is used build the default fseries-dk design:The build command options allow for many modifications to the shell design at build time. The following tool is provided to help you conveniently get the build command for a specific shell configuration:
OFS Build Command Generator
Note: If no OFSS file is specified, the build script will use the <target>.ofss file by default.
- Once the build script is complete, the build summary should report that the build is complete and passes timing. For example:
2.2.6 Walkthrough: Manually Generate OFS Out-Of-Tree PR FIM¶
This walkthrough describes how to manually generate an Out-Of-Tree PR FIM. This can be automatically done for you if you run the build script with the -p
option. This process is not applicable if you run the build script with the flat
option.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Navigate to the root directory.
-
Run the
build_top.sh
script with the desired compile options using the fseries-dk OFSS presets. In order to create the relocatable PR tree, you may not compile with theflat
option. For example: -
Run the
generate_pr_release.sh
script to create the relocatable PR tree.
2.2.7 Compilation Seed¶
You may change the seed which is used by the build script during Quartus compilation to change the starting point of the fitter. Trying different seeds is useful when your design is failing timing by a small amount.
2.2.7.1 Walkthrough: Change the Compilation Seed¶
Perform the following steps to change the compilation seed for the FIM build.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Edit the
SEED
assignment in the$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top.qsf
file to your desired seed value. The value can be any non-negative integer value. -
Build the FIM. Refer to the Compile OFS FIM section for instructions.
3. FIM Simulation¶
Unit level simulation of key components in the FIM is provided for verification of the following areas:
- Ethernet
- PCIe
- External Memory
- Core FIM
The Unit Level simulations work with Synopsys VCS/VCSMX or Mentor Graphics Questasim simulators. The scripts to run each unit level simulation are located in $OFS_ROOTDIR/sim/unit_test
. Each unit test directory contains a README which describes the test in detail.
Refer to the Supported Unit Tests table for a list of the supported unit tests.
Table: Supported Unit Tests
Test Name | Description | n6001 | n6000 | fseries-dk | iseries-dk |
---|---|---|---|---|---|
bfm_test | This is the unit test for PCIe BFM. The test uses HE-LB to perform memory loopback between FIM and the host. | ✓ | ✓ | ✓ | ✓ |
csr_test | This is the unit test for FIM CSR access and AFU memory write/read The Verilog macro 'SIM_USE_PCIE_DUMMY_CSR' is enabled to switch to a dummy CSR instance in pcie_top. The dummy CSR implements full RW registers which is useful to test MMIO write/read burst to FIM CSR region. It covers the following test scenarios: • MMIO write 32-bit address and 64-bit address (FIM and AFU) • MMIO read 32-bit address and 64-bit address (FIM and AFU) • Simple memory loopback test using he_lb - this is similar to simple_test_pcie except that it uses a simple pcie BFM |
✓ | ✓ | ✓ | ✓ |
dfh_walker | This is the unit test for FME DFH walking | ✓ | ✓ | ✓ | ✓ |
flr | This is the unit test for PCIe PF/VF FLR. It covers the following test scenarios: • PF FLR request and response • VF FLR request and response |
✓ | ✓ | ✓ | ✓ |
fme_csr_access | This is the a unit test for the register access logic for $OFS_ROOTDIR/ofs-common/src/common/fme/fme_csr.sv It covers the following test scenarios: • Ensures CSR registers do not have any unknown "x" bits. • Checks that CSR register read accesses to not return with any unknown "x" bits. • Returning read and write AXI responses to CSR register addresses are checked to make sure all return with "RESP_OKAY". • Checks that all register access types operate correctly: • Lower 32-bit read/writes. • Upper 32-bit read/writes. • Full 64-bit read/writes. • Checks all non-CSR reads return with all zeros. |
✓ | ✓ | ✓ | ✓ |
fme_csr_directed | This is the unit test for $OFS_ROOTDIR/ofs-common/src/common/fme/fme_csr.sv It covers the following test scenarios: • MMIO reads to FME registers. • MMIO writes to FME registers. • Test of Register bit attributes. • Test of update/status values read from FME inputs through FME registers. • Test of update/control values written to FME registers and driven on FME outputs. • Test of reads/writes outside of valid register range in valid FME Ranges. |
✓ | ✓ | ✓ | ✓ |
he_lb_test | This is the unit test for HE_LPBK. The test uses HE-LB to perform memory loopback between FIM and the host. | ✓ | ✓ | ✓ | ✓ |
he_mem_lb_test | This is the unit test for HE_LPBK. The test uses HE-LB to perform memory loopback between FIM and the host. | ✓ | ✓ | ✓ | ✓ |
he_null_test | This is the unit test for HE-NULL Exerciser. The test issues basic mmio Rd/Wr requests targetting HE-NULL CSRs. | ✓ | ✓ | ✓ | ✓ |
hssi_csr_test | This is the unit test for HE_HSSI/HSSI SS CSR access test | ✓ | ✓ | ✓ | ✓ |
hssi_kpi_test | This is the unit test for HE_HSSI/HSSI SS CSR access and HSSI traffic test. It covers the following test scenarios: • MMIO write 32-bit address and 64-bit address • Simple ethernet traffic loopback test using HE_HSSI |
✓ | ✓ | ✓ | ✓ |
hssi_test | This is the unit test for HE_HSSI/HSSI SS CSR access and HSSI traffic test. It covers the following test scenarios: • MMIO write 32-bit address and 64-bit address • Simple ethernet traffic loopback test using HE_HSSI |
✓ | ✓ | ✓ | ✓ |
indirect_csr | This is the unit test for axi4lite_indirect_csr_if module. It covers the following test scenarios: • Indirect CSR write • Indirect CSR read |
✓ | ✓ | ✓ | ✓ |
mem_ss_csr_test | This is the unit test for the Mem SS CSRs. It checks the contents of the EMIF DFH and MemSS CSRs and compares them to the expected startup configuration. | ✓ | ✓ | ✓ | ✓ |
mem_ss_rst_test | This is the unit test for the Mem SS reset sequence. It enables the reset port on the Mem SS so that a reset is performed after EMIF initialization/calibration. | ✓ | ✓ | ✓ | ✓ |
mem_tg_test | This is the unit test for HE-MEM Traffic generators. The test exercises MMIO access to the HE-MEM TG AFU at PF2 VF2 and runs the traffic generators to test the memory interface. | ✓ | ✓ | ✓ | ✓ |
pcie_ats_basic_test | This is a basic test of PCIe ATS messages and ATS invalidation handling. PCIe ATS must be enabled in the FIM Quartus project being simulated. If ATS is not enabled the test will pass but do nothing. The FIM has an ATS invalidation handler that generates responses for AFUs that are not holding address translations. The test begins by sending an inval to each AFU in the port gasket and confirms that the FIM responds. It then requests ATS translations on each port and confirms they are successful. After that, more ATS invalidations are sent and the test confirms that the AFUs see them and respond -- not the FIM. |
✓ | ✓ | ✓ | ✓ |
pcie_csr_test | This is the unit test for PCIE CSR access. It covers the following test scenarios: • MMIO access 32-bit address and 64-bit address to PCIe CSR • MMIO access 32-bit address and 64-bit address to unused PCIe CSR region |
✓ | ✓ | ✓ | ✓ |
pf_vf_access_test | This is the unit test for PCIe PF/VF MMIO. Each function has a feature GUID at offset 0x8 with an associated register map. For testing CSR access we only exercise a single 64b scratchpad who's offset is determined from the GUID. It covers the following test scenarios: • PF MMIO request and response • VF MMIO request and response |
✓ | ✓ | ✓ | ✓ |
pmci_csr_test | This is the unit test for PMCI CSR access. It covers the following test scenarios: • MMIO access 32-bit address and 64-bit address to PMCI CSR • MMIO access 32-bit address and 64-bit address to unused PMCI CSR region |
✓ | ✓ | ||
pmci_mailbox_test | This is the unit test for PMCI M10 accessible registers and RW mailbox registers. It covers the following test scenarios: • Accessing PMCI RW mailbox register through SPI loopback |
✓ | ✓ | ||
pmci_rd_default_value_test | This is the unit test for PMCI Flash Write Read access. It covers the following test scenarios: • PMCI Flash Write Read • accessing PMCI mailbox register through SPI loopback |
✓ | ✓ | ||
pmci_ro_mailbox_test | This is the unit test for PMCI RO mailbox registers. It covers the following test scenarios: • accessing PMCI RO mailbox register through SPI loopback |
✓ | ✓ | ||
pmci_vdm_b2b_drop_err_scenario_test | This is the unit test for error testing of MCTP Back to back Drop scenario. It covers the following test scenarios: • RX payload will be sent back to back immediately to test this condition. • PMCI_SS requires some time to process the previous packets before sending this packet since this criteria is not met it will drop the present packet. |
✓ | ✓ | ||
pmci_vdm_len_err_scenario_test | This is the unit test for Error scenario testing of MCTP VDM packets. It covers the following test scenarios: • Error scenario related to length is tested in this testcase. Scenarios include packet length greater than MCTP_BASELINE_MTU, packet length equal to 0. |
✓ | ✓ | ||
pmci_vdm_mctp_mmio_b2b_test | This is the unit test for MCTP VDM packets and CSR transactions sent back to back. It covers the following test scenarios: • MCTP RX transactions are done b2b with CSR transactions. |
✓ | ✓ | ||
pmci_vdm_multipkt_error_scenario_test | This is the unit test for multipacket error scenarios in case of MCTP VDM messages. It covers the following test scenarios: • This testcase covers error scenarios for MCTP VDM multipackets. • Various scenarios include • Multipacket with NO EOM • Multipacket with NO SOM • Singlepacket with NO SOM • Multipacket with Middle packet having greater length than the first packet • Multipacket with Last packet having greater lenght than previous packets. |
✓ | ✓ | ||
pmci_vdm_multipkt_tlp_err_test | This is the unit test for checking Error scnearios in multipacket MCTP VDM packets. It covers the following test scenarios: • This test covers certain error scenarios for multipacket VDM messages • Error scenarios include: • Multipackets with different deid,seid,tag,pkt_sequence number etc |
✓ | ✓ | ||
pmci_vdm_tlp_error_scenario_test | This is the unit test for covering certain tlp error for single MCTP VDM packets. It covers the following test scenarios: • Error scenarios include invalid tlp fields for DW0,DW1,DW3 like invalid t9,t8,tc,at,ep,attr,MCTP header version ,tag fields,invalid DEID |
✓ | ✓ | ||
pmci_vdm_tx_rx_all_random_lpbk_test | This testcase is written just to cover certain fields like randomizing seid,msg_tag,target_id etc. It is functionally equivalent to pmci_vdm_tx_rx_lpbk_test. | ✓ | ✓ | ||
pmci_vdm_tx_rx_all_toggle_test | This testcase is added for improving coverage for MCTP VDM packets TX/RX flow. Functionally same as pmci_vdm_tx_rx_lpbk_test. | ✓ | ✓ | ||
pmci_vdm_tx_rx_lpbk_test | This is the unit test for MCTP VDM packets TX/RX flow It covers the following test scenarios: • BMC component ( inside Testbench) will intiate a MCTP txn with 16DW in TX path. • This MCTP VDM packets will be formed in PMCI_SS and will be sent to PCIe top (through mctp_tx_bridge). • These transaction will be looped back at PCIe top (PCIe BFM) and will be sent back in the RX path. • RX and TX payload comparison is done at BMC side. • BMC->PMCI->PCIe->PMCI->BMC ( flow of packets). |
✓ | ✓ | ||
port_gasket_test | This is the unit test for pg_csr block and it's connectivity to fabric. The test issues mmio Rd/Wr requests targetting the csrs in port_gasket. This test does not do any functional testing of partial reconfiguration, user clock or remote stp. | ✓ | ✓ | ✓ | ✓ |
qsfp_test | This is the unit test for QSFP contrtoller CSR access. It covers the following test scenarios: • MMIO read-write to common csr with 64-bit address |
✓ | ✓ | ✓ | ✓ |
remote_stp_test | This is the unit test for remote stp. It covers mmio read access to remote_stp registers. | ✓ | ✓ | ✓ | ✓ |
uart_csr | This is the unit test for UART CSR accesses. | ✓ | ✓ | ✓ | ✓ |
3.1 Simulation File Generation¶
The simulation files must be generated prior to running unit level simulations. The script to generate simulation files is in the following location:
The usage of the gen_sim_files.sh
script is as follows:
The Gen Sim Files Script Options table describes the options for the gen_sim_files.sh
script.
Table: Gen Sim Files Script Options
Field | Options | Description | Requirement |
---|---|---|---|
--ofss |
<ip_config> |
OFS Settings. OFSS files are used to modify IP in the design. More than one .ofss file may be passed to the --ofss switch by concatenating them separated by commas. For example: --ofss config_a.ofss,config_b.ofss . If no OFSS files are provided, the script will default to using the --ofss nodefault to prevent the script from using the default OFSS configuration; the resulting build will only use the source files as-is, plus any OFSS files you specify. |
Optional |
<build_target> |
fseries-dk | n6001 |
Specifies which board is being targeted. | Required |
<fim_options> |
null_he_lb | null_he_hssi | null_he_mem | null_he_mem_tg |
Used to change how the FIM is built. - null_he_lb - Replaces the Host Exerciser Loopback (HE_LBK) with he_null . - null_he_hssi - Replaces the Host Exerciser HSSI (HE_HSSI) with he_null . - null_he_mem - Replaces the Host Exerciser Memory (HE_MEM) with he_null . - null_he_mem_tg - Replaces the Host Exerciser Memory Traffic Generator with he_null . More than one FIM option may be passed included in the <fim_options> list by concatenating them separated by commas. For example: <build_target>:null_he_lb,null_he_hssi |
Optional |
<device> |
string | Specifies the device ID for the target FPGA. If not specified, the default device is parsed from the QSF file for the project. |
Optional |
<family> |
string | Specifies the family for the target FPGA. If not specified, the default family is parsed from the QSF file for the project. |
Optional |
Refer to the Run Individual Unit Level Simulation section for an example of the simulation files generation flow.
When running regression tests, you may use the -g
command line argument to generate simulation files automatically; refer to the Run Regression Unit Level Simulation section for step-by-step instructions.
3.2 Individual Unit Tests¶
Each unit test may be run individually using the run_sim.sh
script located in the following directory:
The usage for the run_sim.sh
script is as follows:
The Run Sim Script Options table describes the options for the run_sim.sh
script.
Table: Run Sim Script Options
Field | Options | Description |
---|---|---|
TEST |
String | Specify the name of the test to run, e.g. dfh_walker |
VCSMX |
0 | 1 |
When set, the VCSMX simulator will be used |
MSIM |
0 | 1 |
When set, the QuestaSim simulator will be used |
Note: The default simulator is VCS if neither
VCSMX
norMSIM
are set.
The log for a unit test is stored in a transcript file in the simulation directory of the test that was run.
For example, the log for the DFH walker test using VCSMX would be found at:
The simulation waveform database is saved as vcdplus.vpd for post simulation review.
3.2.1 Walkthrough: Run Individual Unit Level Simulation¶
Perform the following steps to run an individual unit test.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Navigate to the simulation directory.
-
Generate the simulation files for the fseries-dk
-
Navigate to the common simulation directory
-
Run the desired unit test using your desired simulator
-
Using VCS
-
Using VCSMX
-
Using QuestaSim
-
For example, to run the DFH walker test using VCSMX:
-
-
Once the test is complete, check the output for the simulation results. Review the log for detailed test results.
Test status: OK ******************** Test summary ******************** test_dfh_walking (id=0) - pass Test passed! Assertion count: 0 $finish called from file "/home/ofs-agx7-pcie-attach/sim/unit_test/scripts/../../bfm/rp_bfm_simple/tester.sv", line 210. $finish at simulation time 356233750000 V C S S i m u l a t i o n R e p o r t Time: 356233750000 fs CPU Time: 57.730 seconds; Data structure size: 47.2Mb Tue Sep 5 09:44:19 2023 run_sim.sh: USER_DEFINED_SIM_OPTIONS +vcs -l ./transcript run_sim.sh: run_sim.sh DONE!
3.3 Regression Unit Tests¶
You may use the regression script regress_run.py
to run some or all of the unit tests available with a single command. The regression script is in the following location:
The usage of the regression script is as follows:
regress_run.py [-h] [-l] [-n <num_procs>] [-k <test_package>] [-s <simulator>] [-g] [--ofss <ip_config>] [-b <board_name>] [-e]
The Regression Unit Test Script Options table describes the options for the regress_run.py
script.
Table: Regression Unit Test Script Options
Field | Options | Description |
---|---|---|
-h | --help |
N/A | Show the help message and exit |
-l | --local |
N/A | Run regression locally |
-n | --n_procs |
Integer | Maximum number of processes/tests to run in parallel when run locally. This has no effect on farm runs. |
-k | --pack |
all | fme | he | hssi | list | mem | pmci |
Test package to run during regression. The "list" option will look for a text file named "list.txt" in the "unit_test" directory for a text list of tests to run (top directory names). The default test package is all . |
-s | --sim |
vcs | vcsmx | msim |
Specifies the simulator used for the regression tests. The default simulator is vcs |
-g | --gen_sim_files |
N/A | Generate simulation files. This only needs to be done once per repo update. This is the equivalent of running the gen_sim_files.sh script. |
-o | --ofss |
<ip_config>.ofss | nodefault |
OFS Settings. OFSS files are used to modify IP in the design. More than one .ofss file may be passed to the --ofss switch by concatenating them separated by commas. For example: --ofss config_a.ofss,config_b.ofss . If no OFSS files are provided, the script will default to using the --ofss nodefault to prevent the script from using the default OFSS configuration; the resulting build will only use the source files as-is, plus any OFSS files you specify. |
-b | --board_name |
n6000 | n6001 | fseries-dk |
Specifies the board target |
-e | --email_list |
String | Specifies email list to send results to multiple recipients |
The log for each unit test that is run by the regression script is stored in a transcript file in the simulation directory of the test that was run.
For example, the log for the DFH walker test using VCSMX would be found at:
The simulation waveform database is saved as vcdplus.vpd for post simulation review.
3.3.1 Walkthrough: Run Regression Unit Level Simulation¶
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Create a test list file to only run the unit level simulations that are supported for the fseries-dk FIM.
Copy the following list into the new file. You may remove tests from this list as desired.
./bfm_test/set_params.sh ./csr_test/set_params.sh ./dfh_walker/set_params.sh ./flr/set_params.sh ./fme_csr_access/set_params.sh ./fme_csr_directed/set_params.sh ./he_lb_test/set_params.sh ./he_mem_lb_test/set_params.sh ./he_null_test/set_params.sh ./hssi_csr_test/set_params.sh ./hssi_kpi_test/set_params.sh ./hssi_test/set_params.sh ./indirect_csr/set_params.sh ./mem_ss_csr_test/set_params.sh ./mem_ss_rst_test/set_params.sh ./mem_tg_test/set_params.sh ./pcie_ats_basic_test/set_params.sh ./pcie_csr_test/set_params.sh ./pcie_ss_axis_components/set_params.sh ./pf_vf_access_test/set_params.sh ./port_gasket_test/set_params.sh ./qsfp_test/set_params.sh ./remote_stp_test/set_params.sh ./uart_csr/set_params.sh
-
Navigate to the unit test scripts directory.
-
Run regression test with the your desired options. For example, to simulate with the options to generate simulation files, run locally, use 8 processes, run all tests, use VCS simulator, and target the fseries-dk:
Note: You may run all available tests by using
-k all
instead of creating and using-k list
, however not all tests are supported depending on the target board. -
Once all tests are complete, check that the tests have passed.
Example output:
Passing Unit Tests:24/24 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> bfm_test:............... PASS -- Time Elapsed:0:01:14.600452 csr_test:............... PASS -- Time Elapsed:0:01:30.972054 dfh_walker:............. PASS -- Time Elapsed:0:01:15.179127 flr:.................... PASS -- Time Elapsed:0:01:14.579890 fme_csr_access:......... PASS -- Time Elapsed:0:00:48.545993 fme_csr_directed:....... PASS -- Time Elapsed:0:00:54.702789 he_lb_test:............. PASS -- Time Elapsed:0:02:11.371956 he_mem_lb_test:......... PASS -- Time Elapsed:0:41:32.226191 he_null_test:........... PASS -- Time Elapsed:0:01:11.791063 hssi_csr_test:.......... PASS -- Time Elapsed:0:44:10.611323 hssi_kpi_test:.......... PASS -- Time Elapsed:2:28:24.465424 hssi_test:.............. PASS -- Time Elapsed:2:23:52.603328 indirect_csr:........... PASS -- Time Elapsed:0:01:02.535460 mem_ss_csr_test:........ PASS -- Time Elapsed:0:23:37.683859 mem_ss_rst_test:........ PASS -- Time Elapsed:0:45:19.603426 mem_tg_test:............ PASS -- Time Elapsed:0:28:59.823955 pcie_ats_basic_test:.... PASS -- Time Elapsed:0:01:10.104139 pcie_csr_test:.......... PASS -- Time Elapsed:0:01:10.891950 pcie_ss_axis_components: PASS -- Time Elapsed:0:02:04.448343 pf_vf_access_test:...... PASS -- Time Elapsed:0:01:09.465886 port_gasket_test:....... PASS -- Time Elapsed:0:01:11.912088 qsfp_test:.............. PASS -- Time Elapsed:0:05:10.887379 remote_stp_test:........ PASS -- Time Elapsed:0:01:14.684407 uart_csr:............... PASS -- Time Elapsed:0:01:34.763679 Failing Unit Tests: 0/24 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Number of Unit test results captured: 24 Number of Unit test results passing.: 24 Number of Unit test results failing.: 0
4. FIM Customization¶
This section describes how to perform specific customizations of the FIM, and provides step-by-step walkthroughs for these customizations. Each walkthrough can be done independently. These walkthroughs require a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment. The FIM Customization Walkthroughs table lists the walkthroughs that are provided in this section. Some walkthroughs include steps for testing on hardware. Testing on hardware requires that you have a deployment environment set up. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
Table: FIM Customization Walkthroughs
4.1 Adding a new module to the FIM¶
This section provides a information for adding a custom module to the FIM, simulating the new design, compiling the new design, implementing and testing the new design on hardware, and debugging the new design on hardware.
4.1.1 Hello FIM Theory of Operation¶
If you intend to add a new module to the FIM area, then you will need to inform the host software of the new module. The FIM exposes its functionalities to host software through a set of CSR registers that are mapped to an MMIO region (Memory Mapped IO). This set of CSR registers and their operation is described in FIM MMIO Regions.
See FPGA Device Feature List (DFL) Framework Overview for a description of the software process to read and process the linked list of Device Feature Header (DFH) CSRs within a FPGA.
This example will add a hello_fim
module to the design. The Hello FIM example adds a simple DFH register and 64bit scratchpad register connected to the Board Peripheral Fabric (BPF) that can be accessed by the Host. You can use this example as the basis for adding a new feature to your FIM.
For the purposes of this example, the hello_fim
module instantiation sets the DFH feature ID (FEAT_ID
) to 0x100 which is not currently defined. Using an undefined feature ID will result in no driver being used. Normally, a defined feature ID will be used to associate a specific driver with the FPGA module. Refer to the Device Feature List Feature IDs for a list of DFL feature types and IDs. If you are adding a new module to your design, make sure the Type/ID pair does not conflict with existing Type/ID pairs. You may reserve Type/ID pairs by submitting a pull request at the link above.
The Hello FIM design can be verified by Unit Level simulation, Universal Verification Methodology (UVM) simulation, and running in hardware on the fseries-dk card. The process for these are described in this section.
4.1.1.1 Hello FIM Board Peripheral Fabric (BPF)¶
The Hello FIM module will be connected to the Board Peripheral Fabric (BPF), and will be connected such that it can be mastered by the Host. The BPF is an interconnect generated by Platform Designer. The Hello FIM BPF Interface Diagram figure shows the APF/BPF Master/Slave interactions, as well as the added Hello FIM module.
Figure: Hello FIM BPF Interface Diagram
The BPF fabric is defined in $OFS_ROOTDIR/src/pd_qsys/fabric/bpf.txt
.
We will add the Hello FIM module to an un-used address space in the MMIO region. The Hello FIM MMIO Address Layout table below shows the MMIO region for the Host with the Hello FIM module added at base address 0x16000.
Table: Hello FIM MMIO Address Layout
Offset | Feature CSR set |
---|---|
0x00000 | FME AFU |
0x10000 | PCIe Interface |
0x12000 | QSFP Controller 0 |
0x13000 | QSFP Controller 1 |
0x14000 | HSSI Interface |
0x15000 | EMIF Interface |
0x16000 | Hello FIM |
4.1.1.2 Hello FIM CSR¶
The Hello FIM CSR will consist of the three registers shown in the Hello FIM CSR table below. The DFH and Hello FIM ID registers are read-only. The Scratchpad register supports read and write accesses.
Table: Hello FIM CSR
Offset | Attribute | Description | Default Value |
---|---|---|---|
0x016000 | RO | DFH(Device Feature Headers) register | 0x30000006a0000100 |
0x016030 | RW | Scrachpad register | 0x0 |
0x016038 | RO | Hello FIM ID register | 0x6626070150000034 |
4.1.2 Walkthrough: Add a new module to the OFS FIM¶
Perform the following steps to add a new module to the OFS FIM that can be accessed by the Host.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Make hello_fim source directory
-
Create
hello_fim_top.sv
file.Copy the following code into
hello_fim_top.sv
:// *************************************************************************** // INTEL CONFIDENTIAL // // Copyright (C) 2023 Intel Corporation All Rights Reserved. // // The source code contained or described herein and all documents related to // the source code ("Material") are owned by Intel Corporation or its // suppliers or licensors. Title to the Material remains with Intel // Corporation or its suppliers and licensors. The Material contains trade // secrets and proprietary and confidential information of Intel or its // suppliers and licensors. The Material is protected by worldwide copyright // and trade secret laws and treaty provisions. No part of the Material may be // used, copied, reproduced, modified, published, uploaded, posted, // transmitted, distributed, or disclosed in any way without Intel's prior // express written permission. // // No license under any patent, copyright, trade secret or other intellectual // property right is granted to or conferred upon you by disclosure or // delivery of the Materials, either expressly, by implication, inducement, // estoppel or otherwise. Any license under such intellectual property rights // must be express and approved by Intel in writing. // // You will not, and will not allow any third party to modify, adapt, enhance, // disassemble, decompile, reverse engineer, change or create derivative works // from the Software except and only to the extent as specifically required by // mandatory applicable laws or any applicable third party license terms // accompanying the Software. // // ----------------------------------------------------------------------------- // Engineer : // Create Date : September 2023 // Module Name : hello_fim_top.sv // Project : OFS // ----------------------------------------------------------------------------- // // Description: // This is a simple module that implements DFH registers and // AVMM address decoding logic. module hello_fim_top #( parameter ADDR_WIDTH = 12, parameter DATA_WIDTH = 64, parameter bit [11:0] FEAT_ID = 12'h001, parameter bit [3:0] FEAT_VER = 4'h1, parameter bit [23:0] NEXT_DFH_OFFSET = 24'h1000, parameter bit END_OF_LIST = 1'b0 )( input logic clk, input logic reset, // ----------------------------------------------------------- // AXI4LITE Interface // ----------------------------------------------------------- ofs_fim_axi_lite_if.slave csr_lite_if ); import ofs_fim_cfg_pkg::*; import ofs_csr_pkg::*; //------------------------------------- // Signals //------------------------------------- logic [ADDR_WIDTH-1:0] csr_waddr; logic [DATA_WIDTH-1:0] csr_wdata; logic [DATA_WIDTH/8-1:0] csr_wstrb; logic csr_write; logic csr_slv_wready; csr_access_type_t csr_write_type; logic [ADDR_WIDTH-1:0] csr_raddr; logic csr_read; logic csr_read_32b; logic [DATA_WIDTH-1:0] csr_readdata; logic csr_readdata_valid; logic [ADDR_WIDTH-1:0] csr_addr; logic [63:0] com_csr_writedata; logic com_csr_read; logic com_csr_write; logic [63:0] com_csr_readdata; logic com_csr_readdatavalid; logic [5:0] com_csr_address; // AXI-M CSR interfaces ofs_fim_axi_mmio_if #( .AWID_WIDTH (ofs_fim_cfg_pkg::MMIO_TID_WIDTH), .AWADDR_WIDTH (ADDR_WIDTH), .WDATA_WIDTH (ofs_fim_cfg_pkg::MMIO_DATA_WIDTH), .ARID_WIDTH (ofs_fim_cfg_pkg::MMIO_TID_WIDTH), .ARADDR_WIDTH (ADDR_WIDTH), .RDATA_WIDTH (ofs_fim_cfg_pkg::MMIO_DATA_WIDTH) ) csr_if(); // AXI4-lite to AXI-M adapter axi_lite2mmio axi_lite2mmio ( .clk (clk), .rst_n (~reset), .lite_if (csr_lite_if), .mmio_if (csr_if) ); //--------------------------------- // Map AXI write/read request to CSR write/read, // and send the write/read response back //--------------------------------- ofs_fim_axi_csr_slave #( .ADDR_WIDTH (ADDR_WIDTH), .USE_SLV_READY (1'b1) ) csr_slave ( .csr_if (csr_if), .csr_write (csr_write), .csr_waddr (csr_waddr), .csr_write_type (csr_write_type), .csr_wdata (csr_wdata), .csr_wstrb (csr_wstrb), .csr_slv_wready (csr_slv_wready), .csr_read (csr_read), .csr_raddr (csr_raddr), .csr_read_32b (csr_read_32b), .csr_readdata (csr_readdata), .csr_readdata_valid (csr_readdata_valid) ); // Address mapping assign csr_addr = csr_write ? csr_waddr : csr_raddr; assign com_csr_address = csr_addr[5:0]; // byte address assign csr_slv_wready = 1'b1 ; // Write data mapping assign com_csr_writedata = csr_wdata; // Read-Write mapping always_comb begin com_csr_read = 1'b0; com_csr_write = 1'b0; casez (csr_addr[11:6]) 6'h00 : begin // Common CSR com_csr_read = csr_read; com_csr_write = csr_write; end default: begin com_csr_read = 1'b0; com_csr_write = 1'b0; end endcase end // Read data mapping always_comb begin if (com_csr_readdatavalid) begin csr_readdata = com_csr_readdata; csr_readdata_valid = 1'b1; end else begin csr_readdata = '0; csr_readdata_valid = 1'b0; end end hello_fim_com #( .FEAT_ID (FEAT_ID), .FEAT_VER (FEAT_VER), .NEXT_DFH_OFFSET (NEXT_DFH_OFFSET), .END_OF_LIST (END_OF_LIST) ) hello_fim_com_inst ( .clk (clk ), .reset (reset ), .writedata (com_csr_writedata ), .read (com_csr_read ), .write (com_csr_write ), .byteenable (4'hF ), .readdata (com_csr_readdata ), .readdatavalid (com_csr_readdatavalid ), .address (com_csr_address ) ); endmodule
-
Create
hello_fim_com.sv
file.Copy the following code to
hello_fim_com.sv
:module hello_fim_com #( parameter bit [11:0] FEAT_ID = 12'h001, parameter bit [3:0] FEAT_VER = 4'h1, parameter bit [23:0] NEXT_DFH_OFFSET = 24'h1000, parameter bit END_OF_LIST = 1'b0 )( input clk, input reset, input [63:0] writedata, input read, input write, input [3:0] byteenable, output reg [63:0] readdata, output reg readdatavalid, input [5:0] address ); wire reset_n = !reset; reg [63:0] rdata_comb; reg [63:0] scratch_reg; always @(negedge reset_n ,posedge clk) if (!reset_n) readdata[63:0] <= 64'h0; else readdata[63:0] <= rdata_comb[63:0]; always @(negedge reset_n , posedge clk) if (!reset_n) readdatavalid <= 1'b0; else readdatavalid <= read; wire wr = write; wire re = read; wire [5:0] addr = address[5:0]; wire [63:0] din = writedata [63:0]; wire wr_scratch_reg = wr & (addr[5:0] == 6'h30)? byteenable[0]:1'b0; // 64 bit scratch register always @( negedge reset_n, posedge clk) if (!reset_n) begin scratch_reg <= 64'h0; end else begin if (wr_scratch_reg) begin scratch_reg <= din; end end always @ (*) begin rdata_comb = 64'h0000000000000000; if(re) begin case (addr) 6'h00 : begin rdata_comb [11:0] = FEAT_ID ; // dfh_feature_id is reserved or a constant value, a read access gives the reset value rdata_comb [15:12] = FEAT_VER ; // dfh_feature_rev is reserved or a constant value, a read access gives the reset value rdata_comb [39:16] = NEXT_DFH_OFFSET ; // dfh_dfh_ofst is reserved or a constant value, a read access gives the reset value rdata_comb [40] = END_OF_LIST ; //dfh_end_of_list rdata_comb [59:40] = 20'h00000 ; // dfh_rsvd1 is reserved or a constant value, a read access gives the reset value rdata_comb [63:60] = 4'h3 ; // dfh_feat_type is reserved or a constant value, a read access gives the reset value end 6'h30 : begin rdata_comb [63:0] = scratch_reg; end 6'h38 : begin rdata_comb [63:0] = 64'h6626_0701_5000_0034; end default : begin rdata_comb = 64'h0000000000000000; end endcase end end endmodule
-
Create
hello_fim_design_files.tcl
file.Copy the following code into
hello_fim_design_files.tcl
# Copyright 2023 Intel Corporation. # # THIS SOFTWARE MAY CONTAIN PREPRODUCTION CODE AND IS PROVIDED BY THE # COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # Hello FIM Files #-------------------- set_global_assignment -name SYSTEMVERILOG_FILE $::env(BUILD_ROOT_REL)/src/hello_fim/hello_fim_com.sv set_global_assignment -name SYSTEMVERILOG_FILE $::env(BUILD_ROOT_REL)/src/hello_fim/hello_fim_top.sv
-
Modify
$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top.qsf
to include Hello FIM module -
Modify
$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top_sources.tcl
to include Hello FIM design files -
Modify
$OFS_ROOTDIR/src/pd_qsys/fabric/fabric_design_files.tcl
to include BPF Hello FIM Slave IP. -
Modify
$OFS_ROOTDIR/src/includes/fabric_width_pkg.sv
to add Hello FIM slave information and update EMIF slave next offset. -
Modify
$OFS_ROOTDIR/src/top/top.sv
-
Add
bpf_hello_fim_slv_if
to AXI interfaces -
Add Hello FIM instantiation
//******************************* // Hello FIM Subsystem //******************************* `ifdef INCLUDE_HELLO_FIM hello_fim_top #( .ADDR_WIDTH (fabric_width_pkg::bpf_hello_fim_slv_address_width), .DATA_WIDTH (64), .FEAT_ID (12'h100), .FEAT_VER (4'h0), .NEXT_DFH_OFFSET (fabric_width_pkg::bpf_hello_fim_slv_next_dfh_offset), .END_OF_LIST (fabric_width_pkg::bpf_hello_fim_slv_eol) ) hello_fim_top_inst ( .clk (clk_csr), .reset(~rst_n_csr), .csr_lite_if (bpf_hello_fim_slv_if) ); `else dummy_csr #( .FEAT_ID (12'h100), .FEAT_VER (4'h0), .NEXT_DFH_OFFSET (fabric_width_pkg::bpf_hello_fim_slv_next_dfh_offset), .END_OF_LIST (fabric_width_pkg::bpf_hello_fim_slv_eol) ) hello_fim_dummy ( .clk (clk_csr), .rst_n (rst_n_csr), .csr_lite_if (bpf_hello_fim_slv_if) ); `endif
-
Add interfaces for Hello FIM slv to bpf instantiation
bpf bpf ( ... .bpf_hello_fim_slv_awaddr (bpf_hello_fim_slv_if.awaddr ), .bpf_hello_fim_slv_awprot (bpf_hello_fim_slv_if.awprot ), .bpf_hello_fim_slv_awvalid (bpf_hello_fim_slv_if.awvalid ), .bpf_hello_fim_slv_awready (bpf_hello_fim_slv_if.awready ), .bpf_hello_fim_slv_wdata (bpf_hello_fim_slv_if.wdata ), .bpf_hello_fim_slv_wstrb (bpf_hello_fim_slv_if.wstrb ), .bpf_hello_fim_slv_wvalid (bpf_hello_fim_slv_if.wvalid ), .bpf_hello_fim_slv_wready (bpf_hello_fim_slv_if.wready ), .bpf_hello_fim_slv_bresp (bpf_hello_fim_slv_if.bresp ), .bpf_hello_fim_slv_bvalid (bpf_hello_fim_slv_if.bvalid ), .bpf_hello_fim_slv_bready (bpf_hello_fim_slv_if.bready ), .bpf_hello_fim_slv_araddr (bpf_hello_fim_slv_if.araddr ), .bpf_hello_fim_slv_arprot (bpf_hello_fim_slv_if.arprot ), .bpf_hello_fim_slv_arvalid (bpf_hello_fim_slv_if.arvalid ), .bpf_hello_fim_slv_arready (bpf_hello_fim_slv_if.arready ), .bpf_hello_fim_slv_rdata (bpf_hello_fim_slv_if.rdata ), .bpf_hello_fim_slv_rresp (bpf_hello_fim_slv_if.rresp ), .bpf_hello_fim_slv_rvalid (bpf_hello_fim_slv_if.rvalid ), .bpf_hello_fim_slv_rready (bpf_hello_fim_slv_if.rready ), ... );
-
-
Modify
$OFS_ROOTDIR/src/pd_qsys/fabric/bpf.txt
to add thehello_fim
module as a slave to theapf
. -
Execute helper script to generate BPF design files
-
Once the script completes, the following new IP is created:
$OFS_ROOTDIR/src/pd_qsys/fabric/ip/bpf/bpf_hello_fim_slv.ip
. -
[OPTIONAL] You may verify the BPF changes have been made correctly by opening
bpf.qsys
to analyze the BPF.cd $OFS_ROOTDIR/src/pd_qsys/fabric qsys-edit bpf.qsys --quartus-project=$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top.qpf
Find the
bpf_hello_fim_slv
instance: -
Compile the Hello FIM design
4.1.3 Walkthrough: Modify and run unit tests for a FIM that has a new module¶
Perform the following steps to modify the unit test files to support a FIM that has had a new module added to it.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
- This walkthrough uses a FIM design that has had a Hello FIM module added to it. Refer to the Add a new module to the OFS FIM section for step-by-step instructions for creating a Hello FIM design. You do not need to compile the design in order to simulate.
Steps:
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Modify
$OFS_ROOTDIR/sim/unit_test/dfh_walker/test_csr_defs.sv
-
Add
HELLO_FIM_IDX
entry tot_dfh_idx
enumeration.... typedef enum { FME_DFH_IDX, THERM_MNGM_DFH_IDX, GLBL_PERF_DFH_IDX, GLBL_ERROR_DFH_IDX, QSFP0_DFH_IDX, QSFP1_DFH_IDX, HSSI_DFH_IDX, EMIF_DFH_IDX, HELLO_FIM_DFH_IDX, // New PMCI_DFH_IDX, ST2MM_DFH_IDX, VUART_DFH_IDX, PG_PR_DFH_IDX, PG_PORT_DFH_IDX, PG_USER_CLK_DFH_IDX, PG_REMOTE_STP_DFH_IDX, AFU_ERR_DFH_IDX, MAX_DFH_IDX } t_dfh_idx; ...
-
Add
HELLO_FIM_DFH
toget_dfh_names
function. -
Add expected DFH value for Hello FIM to the
get_dfh_values
function.... function automatic [MAX_DFH_IDX-1:0][63:0] get_dfh_values(); ... dfh_values[PMCI_DFH_IDX] = 64'h3_00000_xxxxxx_1012; dfh_values[PMCI_DFH_IDX][39:16] = fabric_width_pkg::bpf_pmci_slv_next_dfh_offset; dfh_values[HELLO_FIM_DFH_IDX] = 64'h3_00000_xxxxxx_0100; // New dfh_values[HELLO_FIM_DFH_IDX][39:16] = fabric_width_pkg::bpf_hello_fim_slv_next_dfh_offset; // New dfh_values[ST2MM_DFH_IDX] = 64'h3_00000_xxxxxx_0014; dfh_values[ST2MM_DFH_IDX][39:16] = fabric_width_pkg::apf_st2mm_slv_next_dfh_offset; ... return dfh_values; ...
-
-
Generate simulation files
-
Run DFH Walker Simulation
-
Verify that the test passes, and that the output shows the Hello FIM in the DFH sequence
******************************************** Running TEST(0) : test_dfh_walking ******************************************** ... READ64: address=0x00015000 bar=0 vf_active=0 pfn=0 vfn=0 ** Sending TLP packets ** ** Waiting for ack ** READDATA: 0x3000000010001009 EMIF_DFH Address (0x15000) DFH value (0x3000000010001009) READ64: address=0x00016000 bar=0 vf_active=0 pfn=0 vfn=0 ** Sending TLP packets ** ** Waiting for ack ** READDATA: 0x30000000a0000100 HELLO_FIM_DFH Address (0x16000) DFH value (0x30000000a0000100) READ64: address=0x00020000 bar=0 vf_active=0 pfn=0 vfn=0 ** Sending TLP packets ** ** Waiting for ack ** READDATA: 0x3000000200001012 PMCI_DFH Address (0x20000) DFH value (0x3000000200001012) ... Test status: OK ******************** Test summary ******************** test_dfh_walking (id=0) - pass Test passed! Assertion count: 0 $finish called from file "/home/ofs-agx7-pcie-attach/sim/unit_test/scripts/../../bfm/rp_bfm_simple/tester.sv", line 210. $finish at simulation time 356791250000 V C S S i m u l a t i o n R e p o r t Time: 356791250000 fs CPU Time: 61.560 seconds; Data structure size: 47.4Mb Tue Aug 15 16:29:45 2023 run_sim.sh: USER_DEFINED_SIM_OPTIONS +vcs -l ./transcript run_sim.sh: run_sim.sh DONE!
4.1.4 Walkthrough: Hardware test a FIM that has a new module¶
Perform the following steps to program and hardware test a FIM that has had a new module added to it.
Pre-requisites:
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
- This walkthrough uses a FIM design that has been generated with a Hello FIM module added to it. Refer to the Add a new module to the OFS FIM section for step-by-step instructions for generating a Hello FIM design.
Steps:
-
[OPTIONAL] In the work directory where the FIM was compiled, determine the PR Interface ID of your design. You can use this value at the end of the walkthrough to verify that the design has been configured to the FPGA.
Example output:
-
Switch to your deployment environment.
-
Program the FPGA with the Hello FIM image. Refer to the Program the FPGA via JTAG Section for step-by-step programming instructions.
-
Run
fpgainfo
to determine the PCIe B:D.F of your board, and to verify the PR Interface ID matches the ID you found in Step 1.Example output:
Intel Acceleration JTAG PCI Development Kit //****** FME ******// Interface : DFL Object Id : 0xEF00001 PCIe s:b:d.f : 0000:B1:00.0 Vendor Id : 0x8086 Device Id : 0xBCCE SubVendor Id : 0x8086 SubDevice Id : 0x0001 Socket Id : 0x00 Ports Num : 01 Bitstream Id : 360571656856467345 Bitstream Version : 5.0.1 Pr Interface Id : 98ed516f-d24d-5b71-ae12-e78cd641e4be Boot Page : user
-
Initialize opae.io
For example:
-
Run DFH walker. Note the value read back from offset
0x16000
indicates the DFH ID is0x100
which matches the Hello FIM module.For example:
Example output:
... offset: 0x15000, value: 0x3000000010001009 dfh: id = 0x9, rev = 0x1, next = 0x1000, eol = 0x0, reserved = 0x0, feature_type = 0x3 offset: 0x16000, value: 0x30000000a0000100 dfh: id = 0x100, rev = 0x0, next = 0xa000, eol = 0x0, reserved = 0x0, feature_type = 0x3 offset: 0x20000, value: 0x3000000200001012 dfh: id = 0x12, rev = 0x1, next = 0x20000, eol = 0x0, reserved = 0x0, feature_type = 0x3 ...
-
Read all of the registers in the Hello FIM module
-
Read the DFH Register
Example Output:
-
Read the Scratchpad Register
Example Output:
-
Read the ID Register
Example Output:
-
-
Verify the scratchpad register at 0x16030 by writing and reading back from it.
-
Write to Scratchpad register
-
Read from Scratchpad register
Expected output:
-
Write to Scratchpad register
-
Read from Scratchpad register
Expected output:
-
-
Release the opae.io tool
-
Confirm the driver has been set back to
dfl-pci
Example output:
4.1.5 Walkthrough: Debug the FIM with Signal Tap¶
The following steps guide you through the process of adding a Signal Tap instance to your design. The added Signal Tap instance provides hardware to capture the desired internal signals and connect the stored trace information via JTAG. Please be aware that the added Signal Tap hardware will consume FPGA resources and may require additional floorplanning steps to accommodate these resources. Some areas of the FIM use logic lock regions and these regions may need to be re-sized.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
- This walkthrough uses a FIM design that has had a Hello FIM module added to it. Refer to the Add a new module to the OFS FIM section for step-by-step instructions for creating a Hello FIM design. You do not need to compile the design.
Perform the following steps in your development environment:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Synthesize the design using the
-e
build script option. You may skip this step if you are using a pre-synthesized design. -
Open the design in Quartus. The Compilation Dashboard should show that the
Analysis & Synthesis
step has completed. -
Open Tools -> Signal Tap Logic Analyzer
-
Select the
Default
template and click Create -
Assign the clock for sampling the Signal Tap instrumented signals of interest. Note that the clock selected should correspond to the signals you want to view for best trace fidelity. Different clocks can be used, however, there maybe issues with trace inaccuracy due to sampling time differences. This example instruments the hello_fim_top module previously intetegrated into the FIM. If unfamiliar with code, it is helpful to use the Quartus Project Navigator to find the block of interest and open the design instance for review.
-
In the Signal Configuration -> Clock box of the Signal Tap Logic Analyzer window, click the "..." button
-
In the Node Finder tool that opens, type
clock
into the Named field, and selecthello_fim_top_inst
in the Look in field, then click Search. Select thehello_fim_top_inst|clk
signal from the Matching Nodes box and click the ">" button to move it to the Nodes Found box. Click OK to close the Node Finder dialog.
-
-
Update the sample depth and other Signal Tap settings as needed for your debugging criteria.
-
In the Signal Tap GUI add the nodes to be instrumented by double-clicking on the "Double-click to add nodes" legend.
-
This brings up the Node Finder to add the signals to be traced. In this example we will monitor the memory mapped interface to the Hello FIM.
-
To provide a unique name for your Signal Tap instance, select "auto_signaltap_0", right-click, and select Rename Instance (F2). Provide a descriptive name for your instance, for example,
stp_for_hello_fim
. -
Save the newly created Signal Tap file, in the
$OFS_ROOTDIR/work_hello_fim_with_stp/syn/board/fseries-dk/syn_top/
directory, and give it the same name as the instance. Ensure that the Add file to current project checkbox is ticked. -
In the dialog that pops up, click "Yes" to add the newly created Signal Tap file to the project settings files.
This will aurtomatically add the following lines to
$OFS_ROOTDIR/work_hello_fim_with_stp/syn/board/fseries-dk/syn_top/ofs_top.qsf
:
-
-
Close all Quartus GUIs.
-
Compile the project with the Signal Tap file added to the project. Use the -k switch to perform the compilation using the files in a specified working directory and not the original ones from the cloned repository.
-
Ensure that the compile completes successfully and meets timing:
-
Set up a JTAG connection to the fseries-dk. Refer to the Set up JTAG section for step-by-step instructions.
-
Copy the
ofs_top.sof
andstp_for_hello_fim.stp
files to the machine which is connected to the fseries-dk via JTAG. -
From the JTAG connected machine, program the
$OFS_ROOTDIR/work_hello_fim_with_stp/syn/board/fseries-dk/syn_top/output_files/ofs_top.sof
image to the fseries-dk FPGA. Refer to the Program the FPGA via JTAG section for step-by-step programming instructions. -
Open the Quartus Signal Tap GUI
-
In the Signal Tap Logic Analyzer window, select File -> Open, and choose the
stp_for_hello_fim.stp
file. -
In the right pane of the Signal Tap GUI, in the Hardware: selection box select the cable for the fseries-dk. In the Device: selection box select the Agilex device.
-
If the Agilex Device is not displayed in the Device: list, click the 'Scan Chain' button to re-scan the JTAG device chain.
-
Create the trigger conditions. In this example, we will capture data on a rising edge of the Read Address Valid signal.
-
Start analysis by selecting the 'stp_for_hello_fim' instance and pressing 'F5' or clicking the Run Analysis icon in the toolbar. You should see a green message indicating the Acquisition is in progress. Then, move to the Data Tab to observe the signals captured.
-
To generate traffic in the csr_lite_if signals of the Hello FIM module, walk the DFH list or peek/poke the Hello FIM registers.
The signals should be captured on the rising edge of
arvalid
in this example. Zoom in to get a better view of the signals.
4.2 Preparing FIM for AFU Development¶
In the FIM build, the standard AFUs in the port gasket can be replaced with PIM-based AFUs, wrapped by the ofs_plat_afu() top-level module. Before invoking build_top.sh, set the environment variable AFU_WITH_PIM to the path of a sources text file -- the same sources file from examples such as sources.txt in hello_world:
When set during the build_top.sh setup stage, the FIM build is configured to load the specified AFU. PR will continue to work, if enabled. The only difference with AFU_WITH_PIM is the change to the AFUs present at power-on. Keep in mind that the default exercisers were chosen to attach to all devices and force reasonable routing decisions during the FIM build across the PR boundary. AFU_WITH_PIM is best used for FIMs that disable PR.
Configuration of the user clock from an AFU's JSON file is ignored in a FIM build.
The AFU_WITH_PIM setting matters only during the setup stage of build_top.sh. It is not consumed by later stages.
4.2.2 Compiling the FIM in preparation for designing your AFU¶
To save area, the default Host Excercisers in the FIM can be replaced by a "he_null" blocks. There are a few things to note:
- "he_null" is a minimal block with registers that responds to PCIe MMIO request. MMIO responses are required to keep PCIe alive (end points enabled in PCIe-SS needs service downstream requests).
- If an exerciser with other I/O connections such as "he_mem" or "he_hssi" is replaced, then then those I/O ports are simply tied off.
- The options supported are
null_he_lb
,null_he_hssi
,null_he_mem
andnull_he_mem_tg
. Any combination, order or all can be enabled at the same time. - Finer grain control is provided for you to, for example, turn off only the exercisers in the Static Region in order to save area.
4.2.2.1 Walkthrough: Compile the FIM in preparation for designing your AFU¶
Perform the following steps to compile a FIM for where the exercisers are removed and replaced with an he_null module while keeping the PF/VF multiplexor connections.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Compile the FIM with the HE_NULL compile options
4.3 Partial Reconfiguration Region¶
To take advantage of the available resources in the Agilex® 7 FPGA for an AFU design, you can adjust the size of the AFU PR partition. An example reason for the changing the size of PR region is if you add more logic to the FIM region, then you may need to adjust the PR region to fit the additional logic into the static region. Similarly, if you reduce logic in the FIM region, then you can adjust the PR region to provide more logic resources for the AFU.
After the compilation of the FIM, the resources usage broken down by partitions as reported in the following file:
An example report of the resources usage by partitions defined for the FIM is shown as follows:
+------------------------------------------------------------------------------------------+
; Logic Lock Region Constraints ;
+--------------------------------------+-------------------------+-------------------------+
; Name ; Place Region Constraint ; Route Region Constraint ;
+--------------------------------------+-------------------------+-------------------------+
; afu_top|port_gasket|pr_slot|afu_main ; (90, 40) to (350, 220) ; (0, 0) to (385, 329) ;
+--------------------------------------+-------------------------+-------------------------+
+----------------------------------------------------------------------------------------------+
; Logic Lock Region Usage Summary ;
+-------------------------------------------------------+--------------------------------------+
; Statistic ; afu_top|port_gasket|pr_slot|afu_main ;
+-------------------------------------------------------+--------------------------------------+
; ALMs needed [=A-B+C] ; 48011.2 / 351140 ( 13 % ) ;
; [A] ALMs used in final placement ; 53324.4 / 351140 ( 15 % ) ;
; [B] Estimate of ALMs recoverable by dense packing ; 5452.3 / 351140 ( 1 % ) ;
; [C] Estimate of ALMs unavailable ; 139.0 / 351140 ( < 1 % ) ;
; ALMs used for memory ; 450.0 ;
; Combinational ALUTs ; 67166 ;
; Dedicated Logic Registers ; 87533 / 1404560 ( 6 % ) ;
; I/O Registers ; 0 ;
; Block Memory Bits ; 1737568 ;
; M20Ks ; 137 / 5049 ( 2 % ) ;
; DSP Blocks needed [=A-B] ; 0 / 3439 ( 0 % ) ;
; [A] DSP Blocks used in final placement ; 0 / 3439 ( 0 % ) ;
; [B] Estimate of DSPs recoverable by dense merging ; 0 / 3439 ( 0 % ) ;
; Pins ; 0 ;
; IOPLLs ; 0 ;
; ; ;
; Region Placement ; (90, 40) to (350, 220) ;
+-------------------------------------------------------+--------------------------------------+
In this case, the default size for the afu_top|port_gasket|pr_slot|afu_main
PR partition is large enough to hold the logic of the default AFU, which is mainly occupied by the Host Exercisers. However, larger designs might require additional resources.
4.3.1 Walkthrough: Resize the Partial Reconfiguration Region¶
Perform the following steps to first analyze the PR logic lock regions in a default FIM design, then resize the PR region:
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
The OFS flow provides the TCL file
$OFS_ROOTDIR/syn/board/fseries-dk/setup/pr_assignments.tcl
which defines the PR partition where the AFU is allocated. Each region is a rectangle defined by the origin coordinate (X0, Y0) and the top right corner coordinate (X1, Y1).##################################################### # Main PR Partition -- green_region ##################################################### set_instance_assignment -name PARTITION green_region -to afu_top|port_gasket|pr_slot|afu_main set_instance_assignment -name CORE_ONLY_PLACE_REGION ON -to afu_top|port_gasket|pr_slot|afu_main set_instance_assignment -name RESERVE_PLACE_REGION ON -to afu_top|port_gasket|pr_slot|afu_main set_instance_assignment -name PARTIAL_RECONFIGURATION_PARTITION ON -to afu_top|port_gasket|pr_slot|afu_main set_instance_assignment -name PLACE_REGION "X90 Y40 X350 Y220" -to afu_top|port_gasket|pr_slot|afu_main set_instance_assignment -name ROUTE_REGION "X0 Y0 X385 Y329" -to afu_top|port_gasket|pr_slot|afu_main
-
[OPTIONAL] Use Quartus Chip Planner to visualize the default PR region allocation.
-
Compile the design.
-
Open the project in the Quartus GUI
-
Switch to the
ofs_top
view if necessary. -
Click Tools -> Chip Planner to open the Chip Planner.
-
Analyze the regions shown. Note that the regions are made of rectangles described by an origin coordinate, region height, and region width. If you are modifying the regions, you will need to identify the coordinates of your desired region.
-
Close the Quartus GUI.
-
-
Make changes to the partial reconfiguraton region in the
$OFS_ROOTDIR/syn/board/fseries-dk/setup/pr_assignments.tcl
file. You can modify the size and location of existing lock regions or add new ones and assign them to the AFU PR partition. -
Recompile your FIM and create the PR relocatable build tree using the following commands.
-
Analyze the resource utilization report
$OFS_ROOTDIR/work_fseries-dk/syn/board/fseries-dk/syn_top/output_files/ofs_top.fit.rpt
produced after recompiling the FIM. -
Perform further modification to the PR regions until the results are satisfactory. Make sure timing constraints are met.
For more information on how to optimize the floor plan of your Partial Reconfiguration design refer to the following online documentation.
4.4 PCIe Configuration¶
The PCIe sub-system IP and PF/VF MUX can be modified either using the OFSS flow or the IP Presets flow. The OFSS flow supports a subset of all available PCIe Sub-system settings, while the IP Preset flow can make any available PCIe Sub-system settings change. With PCIe-SS modifcations related to the PFs and VFs, the PF/VF MUX logic is automatically configured based on the PCIe-SS configuration.
As of the OFS 2024.2 release, the PCIe-SS uses the AXI Streaming Intel FPGA IP for PCI Express by default, which does not support Data Mover Mode. OFS releases prior to OFS 2024.2 used the PCIe Subsystem Intel FPGA IP which does support Data Mover Mode. If Data Mover Mode is required, you must change the target IP in the PCIe OFSS file. A walkthrough is provided later in this section.
The sections below describe each modification.
- PCIe Configuration Using OFSS
- PCIe Configuration Using IP Presets
- [PCIe Sub-System Target IP]
4.4.1 PF/VF MUX Configuration¶
The default PF/VF MUX configuration for OFS PCIe Attach FIM for the n6001 can support up to 8 PFs and 2000 VFs distributed accross all PFs.
For reference FIM configurations, you must have at least 1 PF with 1VF, or 2PFs. This is because the PR region cannot be left unconnected. PFs must be consecutive. The PFVF Limitations table describes the supported number of PFs and VFs.
Table: PF/VF Limitations
Parameter | Value |
---|---|
Min # of PFs | 1 (if at least 1 VF present) | 2 (if no VFs present) |
Max # of PFs | 8 |
Min # of VFs | 1 on PF0 (if only 1 PF present) | 0 (if 2PFs present) |
Max # of VFs | 2000 distributed across all PFs |
Note that as the number of VFs goes up, timing closure can become more difficult.
The scripts provided in ${OFS_ROOTDIR}/ofs-common/tools/ofss_config allows you to easily reconfigure the number of PFs and VFs, bar addresses, vendor/device ID values and more. The PCIe Subsystem IP parameters that can be modified can be seen by reviewing ${OFS_ROOTDIR}/ofs-common/tools/ofss_config/ip_params/pcie_ss_component_parameters.py
New PF or VF instances will automatically have a null_afu module instantiated and connected to the new PF or VF.
4.4.2 PCIe-SS Configuration Registers¶
The PCIe-SS configuration registers contain the Vendor, Device and Subsystem Vendor ID registers which are used in PCIe add-in cards to uniquely identify the card for assignment to software drivers. OFS has these registers set with Intel values for out of the box usage. If you are using OFS for a PCIe add in card that your company manufactures, then update the PCIe Subsytem Subsystem ID and Vendor ID registers as described below and change OPAE provided software code to properly operate with your company's register values.
The Vendor ID is assigned to your company by the PCI-SIG (Special Interest Group). The PCI-SIG is the only body officially licensed to give out IDs. You must be a member of PCI-SIG to request your own ID. Information about joining PCI-SIG is available here: PCI-SIG. You select the Subsystem Device ID for your PCIe add in card.
4.4.3 PCIe Configuration Using OFSS¶
The general flow for using OFSS to modify the PCIe Sub-system and PF/VF MUX is as follows:
- Create or modify a PCIe OFSS file with the desired PCIe configuration.
- Call this PCIe OFSS file when running the FIM build script.
The PCIe IP OFSS File Options table lists all of the configuration options supported by the OFSS flow. Any other customizations to the PCIe sub-system must be done with the IP Presets Flow.
Table: PCIe IP OFSS File Options
Section | Parameter | Options | Default | Description |
---|---|---|---|---|
[ip] |
type |
pcie |
N/A | Specifies that this OFSS file configures the PCIe-SS |
[settings] |
output_name |
pcie_ss |
N/A | Specifies the output name of the PCIe-SS IP |
preset |
String | N/A | OPTIONAL - Specifies the name of a PCIe-SS IP presets file to use when building the FIM. When used, a presets file will take priority over any other parameters set in this OFSS file. | |
[pf*] |
num_vfs |
Integer | 0 |
Specifies the number of Virtual Functions in the current PF |
bar0_address_width |
Integer | 12 |
||
bar4_address_width |
Integer | 14 |
||
vf_bar0_address_width |
Integer | 12 |
||
ats_cap_enable |
0 | 1 |
0 |
||
vf_ats_cap_enable |
0 | 1 |
0 |
||
prs_ext_cap_enable |
0 | 1 |
0 |
||
pasid_cap_enable |
0 | 1 |
0 |
||
pci_type0_vendor_id |
32'h Value | 0x00008086 |
||
pci_type0_device_id |
32'h Value | 0x0000bcce |
||
revision_id |
32'h Value | 0x00000001 |
||
class_code |
32'h Value | 0x00120000 |
||
subsys_vendor_id |
32'h Value | 0x00008086 |
||
subsys_dev_id |
32'h Value | 0x00000001 |
||
sriov_vf_device_id |
32'h Value | 0x0000bccf |
||
exvf_subsysid |
32'h Value | 0x00000001 |
4.4.3.1 Walkthrough: Modify PCIe Configuration Using OFSS¶
Perform the following steps to use OFSS files to configure the PCIe Sub-system and PF/VF MUX. In this example, we will add a PF with 2 VFs to the default configuration.
Pre-requisites:
- This walkthrough requires a development environment to build the FIM. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment to test the design. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
View the default OFS PCIe Attach FIM for the fseries-dk PF/VF configuration in the the
$OFS_ROOTDIR/tools/ofss_config/pcie/pcie_host.ofss
file. -
Create a new PCIe OFSS file from the existing
pcie_host.ofss
file -
Configure the new
pcie_pfvf_mod.ofss
with your desired PCIe settings. In this example we will add PF5 with 2 VFs. -
Compile the FIM with the new PCIe OFSS file.
-
Copy the resulting
$OFS_ROOTDIR/work_fseries-dk_pfvf_mod/syn/board/fseries-dk/syn_top/output_files/ofs_top.sof
image to your deployment environmenment. -
Switch to your deployment environment.
-
Program the
ofs_top.sof
image to the fseries-dk FPGA. Refer to the Program the FPGA via JTAG Section for step-by-step programming instructions. -
Verify the number of VFs on the newly added PF5. In this example, we defined 2 VFs on PF5 in Step 5.
Example output:
-
Verify communication with the newly added PF5. New PF/VF are seamlessly connected to their own CSR stub, which can be read at DFH Offset 0x0. You can bind to the function and perform
opae.io peek
commands to read from the stub CSR. Similarly, performopae.io poke
commands to write into the stub CSRs. Use this mechanism to verify that the new PF/VF Mux configuration allows to write and read back values from the stub CSRs.The GUID for every new PF/VF CSR stub is the same.
-
Initialize the driver on PF5
-
Read the GUID for the PF5 CSR stub.
Example output:
-
4.4.4 PCIe Configuration Using IP Presets¶
The general flow for using IP Presets to modify he PCIe Sub-system is as follows:
- [OPTIONAL] Create a work directory using OFSS files if you wish to use OFSS configuration settings.
- Open the PCIe-SS IP and make desired modifications.
- Create an IP Presets file.
- Create an PCIe OFSS file that uses the IP Presets file.
- Build the FIM with the PCIe OFSS file from Step 4.
4.4.4.1 Walkthrough: Modify PCIe Configuration Using IP Presets¶
Perform the following steps to use an IP Preset file to configure the PCIe Sub-system and PF/VF MUX. In this example, we will change the Revision ID of PF0. While this modification can be done with the OFSS flow, this walkthrough is intended to show the procedure for making any PCIe configuration change using IP presets.
Pre-requisites:
- This walkthrough requires a development environment to build the FIM. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment to test the design. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Run the
setup
stage of the build script using your desired OFSS configration to create a working directory for the fseries-dk design. -
Open the PCIe-SS in the work directory using Quartus Parameter Editor.
-
In the IP Parameter Editor window, scroll down and select the PCIe Interfaces Port Settings -> Port 0 -> PCIe0 Device Identification Registers -> PCIe0 PF0 IDs tab. Modify the settings as desired. In this case, we are changing the Revision ID to
0x00000002
. You may make any desired modifications. -
Once you are satisfied with your modifcations, create a new IP Preset file.
-
click New... in the Presets window.
-
In the New Preset window, set a unique Name for the preset; for example,
fseries-dk-rev2
. -
Click the ... button to set the save location for the IP Preset file to
$OFS_ROOTDIR/ipss/pcie/presets
. Set the File Name to match the name selected in Step 9. Click OK. -
In the New Preset window, click Save. Click No when prompted to add the file to the IP search path.
-
-
Close IP Parameter Editor without saving or generating HDL.
-
Create a new PCIe OFSS file in the
$OFS_ROOTDIR/tools/ofss_config/pcie
directory. For example:Insert the following into the OFSS file to specify the IP Preset file created in Step 6.
-
Compile the design with the modified new
pcie_host_mod_preset.ofss
file. -
Copy the resulting
$OFS_ROOTDIR/work_fseries-dk_pcie_mod/syn/board/fseries-dk/syn_top/output_files/ofs_top.sof
image to your deployment environmenment. -
Switch to your deployment environment.
-
Program the
ofs_top.sof
image to the fseries-dk FPGA. Refer to the Program the FPGA via JTAG Section for step-by-step programming instructions. -
Determing the PCIe B:D.F of your board. You may use the OPAE command
fpgainfo fme
to determine this.Example output:
Intel Acceleration JTAG PCI Development Kit //****** FME ******// Interface : DFL Object Id : 0xEF00001 PCIe s:b:d.f : 0000:B1:00.0 Vendor Id : 0x8086 Device Id : 0xBCCE SubVendor Id : 0x8086 SubDevice Id : 0x0001 Socket Id : 0x00 Ports Num : 01 Bitstream Id : 360571656856467345 Bitstream Version : 5.0.1 Pr Interface Id : 98ed516f-d24d-5b71-ae12-e78cd641e4be Boot Page : user
-
Use
lspci
to verify that the PCIe changes have been implemented. In this example, the Rev for PF0 is02
.Example output:
Slot: b1:00.0 Class: 1200 Vendor: 8086 Device: bcce SVendor: 8086 SDevice: 0001 PhySlot: 1-1 Rev: 01 NUMANode: 1 IOMMUGroup: 190
**4.4.5 PCIe Sub-System Target IP **¶
As of the OFS 2024.2 release, the PCIe-SS uses the AXI Streaming Intel FPGA IP for PCI Express by default, which does not support Data Mover Mode. OFS releases prior to OFS 2024.2 used the Intel FPGA IP Subsystem for PCI Express which does support Data Mover Mode. If Data Mover Mode is required, you must change the target IP in the PCIe OFSS file. You must also reduce the IOPLL frequency to a maximum of 470 MHz.
4.4.5.1 Walkthrough: Change the PCIe Sub-System Target IP¶
Perform the following steps to change the target PCIe IP from AXI Streaming Intel FPGA IP for PCI Express to Intel FPGA IP Subsystem for PCI Express.
Pre-requisites:
- This walkthrough requires a development environment to build the FIM. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Add the following line to the
[settings]
section of the PCIe OFSS file you are using. In this example, it will be added to the$OFS_ROOTDIR/tools/ofss_config/pcie/pcie_host.ofss
file, which is the default PCIe OFSS file used for fseries-dk.Note: To change back to using the AXI Streaming Intel FPGA IP for PCI Express, simply remove this line.
-
Build the FIM using the 470 MHz IOPLL and the PCIe OFSS file that was modified in step 3.
-
When the build completes, the output files can be found in
$OFS_ROOTDIR/work_fseries-dk/syn/board/fseries-dk/output_files
.
4.5 Minimal FIM¶
In a minimal FIM, the exercisers and Ethernet subsystem are removed from the design, and the PF/VF configuration is reduced to either 2PF/0VF or 1PF/1VF.
There are two pre-provided PCIe configurations that can be used to create minimal FIM:
- 2PF: this PCIe configuration has two physical functions, with the APF/BPF on PF0, and the AFU PR region on PF1.
-
1PF/1VF: This PCIe configuration has a single physical function, with the APF/BPF on PF0, and the AFU PR region on PF0-VF0.
The FIM source repository contains OFSS file that can be used to configure the PCIe IP for the minimal FIM.
$OFS_ROOTDIR/tools/ofss_config/pcie/pcie_host_2pf.ofss
$OFS_ROOTDIR/tools/ofss_config/pcie/pcie_host_1pf_1vf.ofss
4.5.1 Walkthrough: Create a Minimal FIM¶
Perform the following steps to create a Minimal FIM.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment for hardware testing. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Compile the FIM with Null HEs compile option, the No HSSI compile option, and the desired PCIe PF/VF configuration.
-
2PF Minimal FIM
-
1PF/1VF Minimal FIM
-
-
Review the
$OFS_ROOTDIR/work_fseries-dk_minimal_fim/syn/board/fseries-dk/syn_top/output_files/ofs_top.fit.rpt
utilization report to see the utilization statistics for the Minimal fim. Refer to Appendix A: Resource Utilization Tables Table A-4 for the expected utilization for this Minimal FIM. -
Copy the resulting
$OFS_ROOTDIR/work_fseries-dk_minimal_fim/syn/board/fseries-dk/syn_top/output_files/ofs_top_hps.sof
image to your deployment environmenment. -
Switch to your deployment environment, if different than your development environment.
-
Program the
ofs_top_hps.sof
image to the fseries-dk FPGA. Refer to the Program the FPGA via JTAG Section for step-by-step programming instructions. -
Use
lspci
to verify that the PCIe changes have been implemented.Example output for a 1PF/1VF image:
-
You may wish to adjust the PR logic lock regions to maximize the resources available for the AFU. Refer to the Resize the Partial Reconfiguration Region section for instructions.
4.6 Migrating to a Different Agilex Device Number¶
The following instructions enable a user to change the device part number of the Agilex® 7 FPGA F-Series Development Kit (2x F-Tile). Please be aware that this release works with Agilex® 7 FPGA devices that have F-tile for PCIe and Ethernet. Other tiles will take further work.
You may wish to change the device part number for the following reasons
- Migrate to same device package but with a different density
- Migrate to a different package and with a different or same density
The default device for the Agilex® 7 FPGA F-Series Development Kit (2x F-Tile) is AGFB027R24C2E2VR2
4.6.1 Walkthrough: Migrate to a Different Agilex Device Number¶
Perform the following steps to migrate to a different Agilex Device. In this example, we will migrate from the default AGFB027R24C2E2VR2 device to AGFB027R31C2E2V. The package will change from R24C to R31C.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Modify the
part
field in the$OFS_ROOTDIR/tools/ofss_config/fseries-dk_base.ofss
file to useAGFB027R31C2E2V
. -
Modify the
DEVICE
field in the$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top.qsf
file to useAGFB027R31C2E2V
. -
Modify the
DEVICE
field in the$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_pr_afu.qsf
file to useAGFB027R31C2E2V
. -
If the device you are migrating to uses the same package and pinout, you do not need to modify the pinout constraints. In this example, because we are migrating from package R24C to R31C, we need to modify the pinout to match the new device. If you would like Quartus to attempt to pin out the design automatically, you may remove all pin assignments. Typically, you will still need to set certain pins manually in order to guide Quartus for a successful compile (e.g. transceiver reference clocks).
-
Commment out all pin assignments in the following files: *
$OFS_ROOTDIR/syn/board/fseries-dk/setup/emif_loc.tcl
*$OFS_ROOTDIR/syn/board/fseries-dk/setup/hps_loc.tcl
*$OFS_ROOTDIR/syn/board/fseries-dk/setup/top_loc.tcl
-
Identify the pins in the design that will be constrained. In this example we will manually constrain the QSFP reference clock and the PCIe reference clock to help guide the fitter. The Device Migration Pinout Table shows th pin assignments that will be set, along with the pin number for both the old R24C package and the new R31C package.
Net Name Pin Name AGF 027 R24C Pin # AGF 027 R31C Pin # "qsfp_ref_clk(n)" REFCLK_FGTL12C_Q1_RX_CH2n AV48 BD57 qsfp_ref_clk REFCLK_FGTL12C_Q1_RX_CH2p AW49 BB57 "PCIE_REFCLK0(n)" REFCLK_FGTR13A_Q1_RX_CH2n BU7 BP13 PCIE_REFCLK0 REFCLK_FGTR13A_Q1_RX_CH2p BR7 BN14 -
Re-pin the pins identified in the previous step in the
$OFS_ROOTDIR/syn/board/fseries-dk/setup/top_loc.tcl
file for the new pinout for the AGF 027 R31C package. -
Uncomment the instance assignments related to he QSFP reference clock in the
$OFS_ROOTDIR/syn/board/fseries-dk/setup/top_loc.tcl
file.set_instance_assignment -name IO_STANDARD "CURRENT MODE LOGIC (CML)" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_enable_termination=enable_term" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_enable_3p3v=disable_3p3v_tol" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_disable_hysteresis=enable_hyst" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_input_freq=156250000" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_powerdown_mode=false" -to qsfp_ref_clk set_instance_assignment -name HSSI_PARAMETER "refclk_divider_use_as_bti_clock=TRUE" -to qsfp_ref_clk
-
-
Compile a flat design. It is recommended to compile a flat design first before incorporating a PR region in the design. This reduces design complexity while you determine the correct pinout for your design.
-
Verify that the build completes successfuly. If the compilation fails with errors relating to the pinout, review the error messages and modify the pinout accordingly. If there are timing violations, try building with a different seed. Refer to the Change the Compilation Seed section for instructions on changing the build seed.
-
When you are satisfied with the pinout, preserve it by hard-coding the desired pinout back to the followig files:
$OFS_ROOTDIR/syn/board/fseries-dk/setup/emif_loc.tcl
$OFS_ROOTDIR/syn/board/fseries-dk/setup/hps_loc.tcl
$OFS_ROOTDIR/syn/board/fseries-dk/setup/top_loc.tcl
-
When you are ready to re-incorporate PR into the design, modify the PR region to be compatible with the new device. Refer to the Resize the Partial Reconfiguration Region section for instructions.
4.7 Modify the Memory Sub-System¶
OFS allows modifications on the Memory Sub-System in the FIM.
4.7.1 Walkthrough: Add or remove the Memory Sub-System¶
The Memory Sub-System can be added or removed to the FIM design using the INCLUDE_DDR4
macro defined in the ofs_top.qsf
file. The Memory-SS is enabled by default in the fseries-dk.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Edit the
ofs_top.qsf
file to either enable or disable theINCLUDE_DDR4
macro. Comment out this macro assignemnt if you wish to remove the Memory-SS.Note: The default Memory-SS has connections to the HPS. When enabling the Memory-SS, you must either ensure that the
INCLUDE_HPS
andINCLUDE_UART
macros are also enabled, or you must remove the connections from the Memory-SS to the HPS. Refer to the Remove the HPS section for step-by-step instructions on removing the HPS from the design. -
Compile the design. Refer to the Compile OFS FIM section for step-by-step instructions.
4.8 Modify the Ethernet Sub-System¶
This section describes the flows for modifying the Ethernet Sub-System.
Note: The default HSSI-SS configuration for the fseries-dk is 2x4x25GbE.
Note: The fseries-dk does not support 2x200GbE or 1x400GbE configurations.
Note: Due to Ethernet differential pair routing on the ES version of the Agilex® 7 F-Series FPGA (Two F-Tiles) Development Kit, some differential pairs were swapped to improve signal routing. To account for the pair swap, there is a requirement to run a script to invert the differential traces. Refer to the "HE-HSSI" Section of the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on swapping the polarity of Ethernet differential pairs at run-time.
4.8.1 Walkthrough: Modify the Ethernet Sub-System to 2x4x10GbE Using IP Presets¶
Perform the following steps to modify the Ethernet Sub-System to 2x4x10GbE. In this walkthrough, we will create a new IP presets file that will be used during the build flow. Note that this modification can be done with OFSS, but the presets flow for demonstration purposes.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Run the
setup
stage of the build script to create a work directry for the fseries-dk design. -
Open the HSSI-SS IP in the work directory using
qsys-edit
-
Change the PORT_PROFILE parameter from
25GbE
to10GbE
for Ports 0 through 7. -
Create an IP Presets file for this Ethernet Subsystem IP configuration.
-
Click New in the bottom right corner of the Presets window.
-
In the New Preset window, set the Preset name. In this example, we will name it
2x4x10g-fseries-dk
. -
Click the ... button to select the save location of the Preset file.
-
In the Save As window, navigate to the
$OFS_ROODIR/ipss/hssi/qip/hssi_ss/presets
directory. Set the File Name to2x4x10g-fseries-dk.qprs
. Then click OK. -
In the New Preset window, click Save. Click No when prompted to add the file to the IP search path.
-
-
Close out of the IP Parameter Editor GUI. Do not save or generate the IP.
-
Create a new HSSI OFSS file named
$OFS_ROOTDIR/tools/ofss_config/hssi/hssi_2x4x10_ftile.ofss
with the following contents. This will call the IP Presets file generated in Step 6. -
Run the FIM build script with the new HSSI OFSS file created in Step 8.
4.8.2 Walkthrough: Modify the Ethernet Sub-System Using OFSS¶
Perform the following steps to modify the Ethernet Sub-System to 3x4x25GbE. In this walkthrough, we will create HSSI OFSS file that will be used during the build flow.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Create a new HSSI OFSS file for the 3x4x25GbE configuration.
-
Create the
hssi_3x4x25_ftile.ofss
file -
Copy the following into the new HSSI OFSS file. Note that
num_channels
is set to12
:
-
-
Edit the pinout constraints to support the new channels.
-
Open the
top_loc.tcl
file -
Add
hssi_if[11:8]
connections, and change theqsfp_ref_clk
pin to the global ref clock which can be accessed by all transceivers in the F-Tile.set_location_assignment PIN_AW55 -to hssi_if[8].rx_p set_location_assignment PIN_BC55 -to hssi_if[9].rx_p set_location_assignment PIN_BG55 -to hssi_if[10].rx_p set_location_assignment PIN_BL55 -to hssi_if[11].rx_p set_location_assignment PIN_AY54 -to hssi_if[8].rx_n set_location_assignment PIN_BD54 -to hssi_if[9].rx_n set_location_assignment PIN_BH54 -to hssi_if[10].rx_n set_location_assignment PIN_BM54 -to hssi_if[11].rx_n set_location_assignment PIN_BB52 -to hssi_if[8].tx_p set_location_assignment PIN_BF52 -to hssi_if[9].tx_p set_location_assignment PIN_BK52 -to hssi_if[10].tx_p set_location_assignment PIN_BL49 -to hssi_if[11].tx_p set_location_assignment PIN_BA51 -to hssi_if[8].tx_n set_location_assignment PIN_BE51 -to hssi_if[9].tx_n set_location_assignment PIN_BJ51 -to hssi_if[10].tx_n set_location_assignment PIN_BM48 -to hssi_if[11].tx_n set_location_assignment PIN_AW49 -to qsfp_ref_clk set_location_assignment PIN_AV48 -to "qsfp_ref_clk(n)"
-
-
Change the number of QSFP ports from
2
to3
in the$OFS_ROOTDIR/ofs-common/src/fpga_family/agilex/hssi_ss/inc/ofs_fim_eth_plat_if_pkg.sv
file. -
Edit
$OFS_ROOTDIR/ofs-common/src/fpga_family/agilex/hssi_ss/hssi_wrapper.sv
so that the QSFP LED signals useNUM_QSFP_PORTS_USED
defined in the previous step.// Speed and activity LEDS output logic [NUM_QSFP_PORTS_USED-1:0] o_qsfp_speed_green, // Link up in Nx25G or 2x56G or 1x100G speed output logic [NUM_QSFP_PORTS_USED-1:0] o_qsfp_speed_yellow, // Link up in Nx10G speed output logic [NUM_QSFP_PORTS_USED-1:0] o_qsfp_activity_green, // Link up and activity seen output logic [NUM_QSFP_PORTS_USED-1:0] o_qsfp_activity_red // LOS, TX Fault etc
-
Build the flat FIM. It is recommended to build the flat FIM when making changes such as this to reduce complexity until the changes are finalized.
4.9 Modifying the HPS¶
This section describes ways to modify the HPS.
4.9.1 Walkthrough: Remove the HPS¶
Perform the following steps to remove the HPS from the FIM design.
Pre-requisites:
- This walkthrough requires a development environment. Refer to the Set Up Development Environment Section for instructions on setting up a development environment.
Steps:
-
Clone the OFS PCIe Attach FIM repository (or use an existing cloned repository). Refer to the Clone FIM Repository section for step-by-step instructions.
-
Set development environment variables. Refer to the Set Development Environment Variables section for step-by-step instructions.
-
Run the
setup
stage of the build script to create a work directry for the fseries-dk design. -
Create a Memory Sub-system IP presets file with the connection to the HPS removed.
-
In the work directory created in Step 3, open the
mem_ss.ip
-
In the IP Parameter Editor window that opens, remove the entries corresponding to the HPS (row #2) in the Memory Interfaces and Application Interfaces sections. To do this, click the row to be removed, then click the minus (
-
) button. -
In the Presets pane, click New... to create a new IP presets file.
-
In the New Preset window, create a unique preset name. For example,
fseries-dk-mem-no-hps
. -
Click the ... button to select the save location of the IP presets file. In the Save As window, set the Look In field to the memory IP presets directory
$OFS_ROOTDIR/ipss/mem/qip/presets
. Set the File Name field to match the name selected in Step 4. Click OK. -
Click Save in the New Preset window. Click No when prompted to add the file to the IP search path.
-
Close IP Parameter Editor without saving or generating HDL.
-
-
Edit the Memory OFSS file
$OFS_ROOTDIR/tools/ofss_config/memory/memory_ftile.ofss
to use the IP presets file generated in Step 4. -
Edit
$OFS_ROOTDIR/syn/board/fseries-dk/syn_top/ofs_top.qsf
to comment out theINCLUDE_HPS
macro definition. -
Build the FIM.
5. FPGA Configuration¶
Configuring the Agilex FPGA on the fseries-dk is done by programming a SOF
image to the FPGA via JTAG using Quartus Programer.
5.1 Walkthrough: Set up JTAG¶
The Agilex® 7 FPGA F-Series Development Kit (2x F-Tile) has an on-board FPGA Download Cable II module which is used to program the FPGA via JTAG.
Perform the following steps to establish a JTAG connection with the fseries-dk.
Pre-requisites:
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
- This walkthrough requires a workstation with Quartus Prime Pro Version 24.1 tools installed, specifically the
jtagconfig
tool.
Steps:
-
Refer to the following figure for Steps 2 and 3.
-
Locate Single DIP Switch SW2 and 4-position DIP switch SW3 on the fseries-dk. These switches control the JTAG setup for the board. Ensure that both SW2 and SW3.3 are set to
ON
. -
Locate the J10 Micro-USB port on the fseries-dk. Connect a Micro-USB to USB-A cable between the J10 port and the workstation that has Quartus Prime Pro tools installed.
-
Use the
jtagconfig
tool to check that the JTAG chain contains the AGFB027R24C2E2VR2 device.Example expected output:
This concludes the walkthrough for establishing a JTAG connection on the fseries-dk.
5.2 Walkthrough: Program the FPGA via JTAG¶
This walkthrough describes the steps to program the Agilex FPGA on the Agilex® 7 FPGA F-Series Development Kit (2x F-Tile) with a SOF
image via JTAG.
Pre-Requisites:
- This walkthrough requires an OFS Agilex PCIe Attach deployment environment. Refer to the Getting Started Guide: OFS for Agilex® 7 PCIe Attach FPGAs (F-Series Development Kit (2xF-Tile)) for instructions on setting up a deployment environment.
- This walkthrough requires a
SOF
image which will be programmed to the Agilex FPGA. Refer to the Compile OFS FIM Section for step-by-step instructions for generating aSOF
image.
- This walkthrough requires a JTAG connection to the fseries-dk. Refer to the Set up JTAG section for step-by-step instructions.
- This walkthrough requires Quartus Prime Programmer & Tools running on the machine where the Agilex® 7 FPGA F-Series Development Kit (2x F-Tile) is connected via JTAG. The Quartus programmer version must be the same as the version of Quartus used to build the design.
Steps:
-
Start in your deployment environment.
-
If the card is already programmed with an OFS enabled design, determine the PCIe B:D.F of the card using OPAE command
fpgainfo fme
. In this example, the PCIe B:D.F isB1:00.0
.Example output:
Intel Acceleration JTAG PCI Development Kit //****** FME ******// Interface : DFL Object Id : 0xEF00001 PCIe s:b:d.f : 0000:B1:00.0 Vendor Id : 0x8086 Device Id : 0xBCCE SubVendor Id : 0x8086 SubDevice Id : 0x0001 Socket Id : 0x00 Ports Num : 01 Bitstream Id : 360571656856467345 Bitstream Version : 5.0.1 Pr Interface Id : 98ed516f-d24d-5b71-ae12-e78cd641e4be Boot Page : user
-
Remove the card from PCIe prior to programming. This will disable AER for the PCIe root port to prevent a surprise link-down event during programming.
-
Switch to the machine with JTAG connection to the fseries-dk, if different than your deployment machine.
-
Open the Quartus programmer GUI
Note: the Quartus programmer version must be the same as the version of Quartus used to build the design.
-
Click Hardware Setup to open the Hardware Setup dialog window.
-
In the Quartus Prime Programmer window, click Auto Detect.
-
If prompted, select the AGFB027R24C2E2VR2 device. The JTAG chain should show the device.
-
Right click the AGFB027R24C2E2VR2 row and selct Change File.
-
In the Select New Programming File window that opens, select the
.sof
image you wish to program and click Open. -
Check the Program/Configure box for the AGFB027R24C2E2VR2 row, then click Start. Wait for the Progress bar to show
100% (Success)
. -
Close the Quartus Programmer GUI.
-
Switch to the deployment environment, if different than the JTAG connected machine.
-
Replug the board PCIe
-
Run
fpgainfo fme
to verify communication with the board, and to check the PR Interface ID.Intel Acceleration JTAG PCI Development Kit //****** FME ******// Interface : DFL Object Id : 0xEF00001 PCIe s:b:d.f : 0000:B1:00.0 Vendor Id : 0x8086 Device Id : 0xBCCE SubVendor Id : 0x8086 SubDevice Id : 0x0001 Socket Id : 0x00 Ports Num : 01 Bitstream Id : 360571656856467345 Bitstream Version : 5.0.1 Pr Interface Id : 98ed516f-d24d-5b71-ae12-e78cd641e4be Boot Page : user
Appendix¶
Appendix A: Resource Utilization Tables¶
Table A-1 Default FIM Resource Utilization with PR
Compilation Hierarchy Node | ALMs needed | ALM Utilization % | M20Ks | M20K Utilization % |
---|---|---|---|---|
189241.5 | 20.73 | 585 | 4.41 | |
PCIE_RST_CTRL.rst_ctrl | 463.5 | 0.05 | 0 | 0.0 |
afu_top | 129761.2 | 14.22 | 320 | 2.41 |
auto_fab_0 | 1295.2 | 0.14 | 8 | 0.06 |
bpf | 661.2 | 0.07 | 0 | 0.0 |
fme_top | 638.1 | 0.07 | 6 | 0.05 |
hps_ss | 0.0 | 0.0 | 0 | 0.0 |
hssi_wrapper | 15902.6 | 1.74 | 80 | 0.6 |
local_mem_wrapper | 5517.6 | 0.6 | 30 | 0.23 |
ofs_top_auto_tiles | 14591.8 | 1.6 | 20 | 0.15 |
pcie_wrapper | 18469.5 | 2.02 | 113 | 0.85 |
pmci_dummy_csr | 684.8 | 0.08 | 0 | 0.0 |
qsfp_0 | 626.1 | 0.07 | 4 | 0.03 |
qsfp_1 | 626.0 | 0.07 | 4 | 0.03 |
sys_pll | 0.5 | 0.0 | 0 | 0.0 |
Table A-2 Minimal FIM Resource Utilization
Compilation Hierarchy Node | ALMs needed | ALM Utilization % | M20Ks | M20K Utilization % |
---|---|---|---|---|
82271.4 | 9.01 | 345 | 2.6 | |
PCIE_RST_CTRL.rst_ctrl | 351.4 | 0.04 | 0 | 0.0 |
afu_top | 45522.5 | 4.99 | 190 | 1.43 |
auto_fab_0 | 1281.0 | 0.14 | 8 | 0.06 |
bpf | 775.6 | 0.08 | 0 | 0.0 |
fme_top | 727.8 | 0.08 | 6 | 0.05 |
hps_ss | 0.0 | 0.0 | 0 | 0.0 |
hssi_dummy_csr | 689.2 | 0.08 | 0 | 0.0 |
local_mem_wrapper | 5512.2 | 0.6 | 30 | 0.23 |
ofs_top_auto_tiles | 6994.1 | 0.77 | 10 | 0.08 |
pcie_wrapper | 18365.5 | 2.01 | 101 | 0.76 |
pmci_dummy_csr | 682.7 | 0.07 | 0 | 0.0 |
qsfp0_dummy_csr | 684.0 | 0.07 | 0 | 0.0 |
qsfp1_dummy_csr | 684.3 | 0.07 | 0 | 0.0 |
sys_pll | 0.5 | 0.0 | 0 | 0.0 |
Appendix B: Glossary¶
Term | Abbreviation | Description |
---|---|---|
Advanced Error Reporting | AER | The PCIe AER driver is the extended PCI Express error reporting capability providing more robust error reporting. (link) |
Accelerator Functional Unit | AFU | Hardware Accelerator implemented in FPGA logic which offloads a computational operation for an application from the CPU to improve performance. Note: An AFU region is the part of the design where an AFU may reside. This AFU may or may not be a partial reconfiguration region. |
Basic Building Block | BBB | Features within an AFU or part of an FPGA interface that can be reused across designs. These building blocks do not have stringent interface requirements like the FIM's AFU and host interface requires. All BBBs must have a (globally unique identifier) GUID. |
Best Known Configuration | BKC | The software and hardware configuration Intel uses to verify the solution. |
Board Management Controller | BMC | Supports features such as board power managment, flash management, configuration management, and board telemetry monitoring and protection. The majority of the BMC logic is in a separate component, such as an Intel® Max® 10 or Intel Cyclone® 10 device; a small portion of the BMC known as the PMCI resides in the main Agilex FPGA. |
Configuration and Status Register | CSR | The generic name for a register space which is accessed in order to interface with the module it resides in (e.g. AFU, BMC, various sub-systems and modules). |
Data Parallel C++ | DPC++ | DPC++ is Intel’s implementation of the SYCL standard. It supports additional attributes and language extensions which ensure DCP++ (SYCL) is efficiently implanted on Intel hardware. |
Device Feature List | DFL | The DFL, which is implemented in RTL, consists of a self-describing data structure in PCI BAR space that allows the DFL driver to automatically load the drivers required for a given FPGA configuration. This concept is the foundation for the OFS software framework. (link) |
FPGA Interface Manager | FIM | Provides platform management, functionality, clocks, resets and standard interfaces to host and AFUs. The FIM resides in the static region of the FPGA and contains the FPGA Management Engine (FME) and I/O ring. |
FPGA Management Engine | FME | Performs reconfiguration and other FPGA management functions. Each FPGA device only has one FME which is accessed through PF0. |
Host Exerciser Module | HEM | Host exercisers are used to exercise and characterize the various host-FPGA interactions, including Memory Mapped Input/Output (MMIO), data transfer from host to FPGA, PR, host to FPGA memory, etc. |
Input/Output Control | IOCTL | System calls used to manipulate underlying device parameters of special files. |
Intel Virtualization Technology for Directed I/O | Intel VT-d | Extension of the VT-x and VT-I processor virtualization technologies which adds new support for I/O device virtualization. |
Joint Test Action Group | JTAG | Refers to the IEEE 1149.1 JTAG standard; Another FPGA configuration methodology. |
Memory Mapped Input/Output | MMIO | The memory space users may map and access both control registers and system memory buffers with accelerators. |
oneAPI Accelerator Support Package | oneAPI-asp | A collection of hardware and software components that enable oneAPI kernel to communicate with oneAPI runtime and OFS shell components. oneAPI ASP hardware components and oneAPI kernel form the AFU region of a oneAPI system in OFS. |
Open FPGA Stack | OFS | OFS is a software and hardware infrastructure providing an efficient approach to develop a custom FPGA-based platform or workload using an Intel, 3rd party, or custom board. |
Open Programmable Acceleration Engine Software Development Kit | OPAE SDK | The OPAE SDK is a software framework for managing and accessing programmable accelerators (FPGAs). It consists of a collection of libraries and tools to facilitate the development of software applications and accelerators. The OPAE SDK resides exclusively in user-space. |
Platform Interface Manager | PIM | An interface manager that comprises two components: a configurable platform specific interface for board developers and a collection of shims that AFU developers can use to handle clock crossing, response sorting, buffering and different protocols. |
Platform Management Controller Interface | PMCI | The portion of the BMC that resides in the Agilex FPGA and allows the FPGA to communicate with the primary BMC component on the board. |
Partial Reconfiguration | PR | The ability to dynamically reconfigure a portion of an FPGA while the remaining FPGA design continues to function. For OFS designs, the PR region is referred to as the pr_slot. |
Port | N/A | When used in the context of the fpgainfo port command it represents the interfaces between the static FPGA fabric and the PR region containing the AFU. |
Remote System Update | RSU | The process by which the host can remotely update images stored in flash through PCIe. This is done with the OPAE software command "fpgasupdate". |
Secure Device Manager | SDM | The SDM is the point of entry to the FPGA for JTAG commands and interfaces, as well as for device configuration data (from flash, SD card, or through PCI Express* hard IP). |
Static Region | SR | The portion of the FPGA design that cannot be dynamically reconfigured during run-time. |
Single-Root Input-Output Virtualization | SR-IOV | Allows the isolation of PCI Express resources for manageability and performance. |
SYCL | SYCL | SYCL (pronounced "sickle") is a royalty-free, cross-platform abstraction layer that enables code for heterogeneous and offload processors to be written using modern ISO C++ (at least C++ 17). It provides several features that make it well-suited for programming heterogeneous systems, allowing the same code to be used for CPUs, GPUs, FPGAs or any other hardware accelerator. SYCL was developed by the Khronos Group, a non-profit organization that develops open standards (including OpenCL) for graphics, compute, vision, and multimedia. SYCL is being used by a growing number of developers in a variety of industries, including automotive, aerospace, and consumer electronics. |
Test Bench | TB | Testbench or Verification Environment is used to check the functional correctness of the Design Under Test (DUT) by generating and driving a predefined input sequence to a design, capturing the design output and comparing with-respect-to expected output. |
Universal Verification Methodology | UVM | A modular, reusable, and scalable testbench structure via an API framework. In the context of OFS, the UVM enviroment provides a system level simulation environment for your design. |
Virtual Function Input/Output | VFIO | An Input-Output Memory Management Unit (IOMMU)/device agnostic framework for exposing direct device access to userspace. (link) |
Notices & Disclaimers¶
Intel® technologies may require enabled hardware, software or service activation. No product or component can be absolutely secure. Performance varies by use, configuration and other factors. Your costs and results may vary. You may not use or facilitate the use of this document in connection with any infringement or other legal analysis concerning Intel products described herein. You agree to grant Intel a non-exclusive, royalty-free license to any patent claim thereafter drafted which includes subject matter disclosed herein. No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document, with the sole exception that you may publish an unmodified copy. You may create software implementations based on this document and in compliance with the foregoing that are intended to execute on the Intel product(s) referenced in this document. No rights are granted to create modifications or derivatives of this document. The products described may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. You are responsible for safety of the overall system, including compliance with applicable safety-related requirements or standards. © Intel Corporation. Intel, the Intel logo, and other Intel marks are trademarks of Intel Corporation or its subsidiaries. Other names and brands may be claimed as the property of others.
OpenCL and the OpenCL logo are trademarks of Apple Inc. used by permission of the Khronos Group™.