You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: eval_scripts/README_ofs_d5005_eval.txt
+50-79Lines changed: 50 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,11 @@
46
46
##│ ├── ofs_d5005_eval.sh
47
47
48
48
# Repository Contents
49
-
## examples-afu (Basic Building Blocks (BBB) for Intel FPGAs is a suite of application building blocks and shims for transforming the CCI-P interface)
50
-
## linux-dfl (Contains mirror of linux-dfl and specific Intel OFS drivers that are being upstreamed to the Linux kernel)
51
-
## ofs-d5005 (Contains FIM or shell RTL, automated compilation scripts, unit tests framework)
52
-
## ofs-hld-shim (Contains the hardware and software components you need to develop your own OneAPI or OpenCL board support package for the Intel® Stratix 10® and Intel® Agilex® FPGAs)
53
-
## opae-sdk (Contains the files for building and installing Open Programmable Acceleration Engine Software Development Kit from source)
54
-
## opae-sim (Contains the files for an AFU developer to build the Accelerator Funcitonal Unit Simulation Environment (ASE) for workload development)
49
+
## examples-afu (Basic Building Blocks (BBB) for Intel FPGAs is a suite of application building blocks and shims for transforming the CCI-P interface)
50
+
## linux-dfl (Contains mirror of linux-dfl and specific Intel OFS drivers that are being upstreamed to the Linux kernel)
51
+
## ofs-d5005 (Contains FIM or shell RTL, automated compilation scripts, unit tests framework)
52
+
## opae-sdk (Contains the files for building and installing Open Programmable Acceleration Engine Software Development Kit from source)
53
+
## opae-sim (Contains the files for an AFU developer to build the Accelerator Funcitonal Unit Simulation Environment (ASE) for workload development)
# To adapt this script to the user environment please follow the instructions below which explains which line numbers to change in the ofs_d5005_eval.sh script #################
@@ -62,42 +61,42 @@ mkdir ofs-1.3.1
62
61
63
62
In the example above we have used ofs-1.3.1 as the directory name
64
63
65
-
# Set-Up Proxy Server (lines 63-65)
64
+
# Set-Up Proxy Server (lines 61-63)
66
65
#Please enter the location of your proxy server to allow access to external internet to build software packages
67
66
export http_proxy=
68
67
export https_proxy=
69
68
export no_proxy=
70
69
71
-
# License Files (lines 68-70)
70
+
# License Files (lines 66-68)
72
71
#Please enter the the license file locations for the following tool variables
73
72
export LM_LICENSE_FILE=
74
73
export DW_LICENSE_FILE=
75
74
export SNPSLMD_LICENSE_FILE=
76
75
77
-
# Tools Location (line 83)
76
+
# Tools Location (line 81)
78
77
# ************** Set Location of Quartus and Synopsys Tools ***************** #
79
78
export TOOLS_LOCATION=/home
80
79
# ************** Set Location of Quartus and Synopsys Tools ***************** #
81
80
82
81
In the example above /home is used as the base location of Quartus and Synopsys tools
83
82
84
-
# Quartus Tools Version (line 88)
83
+
# Quartus Tools Version (line 86)
85
84
# ************** Set version of Quartus ***************** #
86
85
export QUARTUS_VERSION=22.3
87
86
# ************** Set version of Quartus ***************** #
88
87
89
-
# OPAE Tools (line 101)
88
+
# OPAE Tools (line 99)
90
89
# ************** change OPAE SDK VERSION ***************** #
91
90
export OPAE_SDK_VERSION=2.3.0-1
92
91
# ************** change OPAE SDK VERSION ***************** #
93
92
94
93
In the example above "2.3.0-1" is used as the OPAE SDK tools version
95
94
96
-
# PCIe (Bus Number) (lines 225 and 232)
95
+
# PCIe (Bus Number) (lines 222 and 229)
97
96
# The Bus number must be entered by the user after installing the hardware in the chosen server, in the example below "b1" is the Bus Number for a single card
# The BMC firmware can be updated and the file name will change based on revision number. In the example above "PACsigned_unsigned_bmc_fw.bin" is the FW file used to update the BMC.
# A user can run a sequence of tests and execute them sequentially. In the example below when the user selects option 47 from the main menu the script will execute 17 tests ie (main menu options 2, 9, 10, 11, 12, 13, 14, 15, 27, 29, 30, 32, 34, 35, 39, 45 and 46. All other tests with an "X" indicates do not run that test
123
+
# A user can run a sequence of tests and execute them sequentially. In the example below when the user selects option 36 from the main menu the script will execute 13 tests ie (main menu options 2, 9, 10, 11, 12, 13, 14, 15, 27, 29, 30, 32 and 46. All other tests with an "X" indicates do not run that test
# In the example below when the user selects option 47 from the main menu the script will only run options from the ADP FIM/PR BUILD MENU (7 options, main menu options 9, 10, 11, 12, 13, 14 and 15).All other tests with an "X" indicates do not run that test
189
+
# In the example below when the user selects option 36 from the main menu the script will only run options from the ADP FIM/PR BUILD MENU (7 options, main menu options 9, 10, 11, 12, 13, 14 and 15).All other tests with an "X" indicates do not run that test
0 commit comments