Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit be6de81

Browse files
michelleyhocohensuschipb-intel
committed
eval scripts and docs folder
* Track various binary-format files in docs using LFS * eval scripts and docs folder * added header to eval scripts * Remove accidental file * Remove Visio diagram altogether --------- Co-authored-by: cohensus <65044852+cohensus@users.noreply.github.com> Co-authored-by: Chip Bilbrey <chip.bilbrey@intel.com>
1 parent 226d672 commit be6de81

3 files changed

Lines changed: 116 additions & 887 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
/sim/rp_bfm/mentor/pcie_stratixv_pcie_hip_atoms.v filter=lfs diff=lfs merge=lfs -text
44
/sim/rp_bfm/synopsys/pcie_stratixv_hssi_atoms.v filter=lfs diff=lfs merge=lfs -text
55
/sim/rp_bfm/synopsys/pcie_stratixv_pcie_hip_atoms.v filter=lfs diff=lfs merge=lfs -text
6+
*.png filter=lfs diff=lfs merge=lfs -text
7+
*.PNG filter=lfs diff=lfs merge=lfs -text
8+
*.ai filter=lfs diff=lfs merge=lfs -text
9+
*.pdf filter=lfs diff=lfs merge=lfs -text

eval_scripts/README_ofs_d5005_eval.txt

Lines changed: 50 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,11 @@
4646
##│   ├── ofs_d5005_eval.sh
4747

4848
# 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)
5554

5655
#################################################################################################################################################################################
5756
# 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
6261

6362
In the example above we have used ofs-1.3.1 as the directory name
6463

65-
# Set-Up Proxy Server (lines 63-65)
64+
# Set-Up Proxy Server (lines 61-63)
6665
#Please enter the location of your proxy server to allow access to external internet to build software packages
6766
export http_proxy=
6867
export https_proxy=
6968
export no_proxy=
7069

71-
# License Files (lines 68-70)
70+
# License Files (lines 66-68)
7271
#Please enter the the license file locations for the following tool variables
7372
export LM_LICENSE_FILE=
7473
export DW_LICENSE_FILE=
7574
export SNPSLMD_LICENSE_FILE=
7675

77-
# Tools Location (line 83)
76+
# Tools Location (line 81)
7877
# ************** Set Location of Quartus and Synopsys Tools ***************** #
7978
export TOOLS_LOCATION=/home
8079
# ************** Set Location of Quartus and Synopsys Tools ***************** #
8180

8281
In the example above /home is used as the base location of Quartus and Synopsys tools
8382

84-
# Quartus Tools Version (line 88)
83+
# Quartus Tools Version (line 86)
8584
# ************** Set version of Quartus ***************** #
8685
export QUARTUS_VERSION=22.3
8786
# ************** Set version of Quartus ***************** #
8887

89-
# OPAE Tools (line 101)
88+
# OPAE Tools (line 99)
9089
# ************** change OPAE SDK VERSION ***************** #
9190
export OPAE_SDK_VERSION=2.3.0-1
9291
# ************** change OPAE SDK VERSION ***************** #
9392

9493
In the example above "2.3.0-1" is used as the OPAE SDK tools version
9594

96-
# PCIe (Bus Number) (lines 225 and 232)
95+
# PCIe (Bus Number) (lines 222 and 229)
9796
# 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
9897
export ADP_CARD0_BUS_NUMBER=b1
9998

100-
# BMC FLASH Image (RTL and FW) (line 389)
99+
# BMC FLASH Image (RTL and FW) (line 325)
101100
export BMC_RTL_FW_FLASH=PACsigned_unsigned_bmc_fw.bin
102101

103102
# 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.
@@ -121,87 +120,73 @@ $IOFS_BUILD_ROOT
121120
#################### Multi-Test Set-up #########################################
122121
#################################################################################
123122

124-
# 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
125124
intectiveprum=0
126125
declare -A MULTI_TEST
127126

128127
# Enter Number of sequential tests to run
129-
MULTI_TEST[47,tests]=16
128+
MULTI_TEST[36,tests]=13
130129

131130
# Enter options number from main menu
132131

133132
# "======================================================================================="
134133
# "========================= ADP TOOLS MENU =============================================="
135134
# "======================================================================================="
136-
MULTI_TEST[47,X]=1
137-
MULTI_TEST[47,0]=2
135+
MULTI_TEST[36,X]=1
136+
MULTI_TEST[36,0]=2
138137
# "======================================================================================="
139138
# "========================= ADP HARDWARE MENU ==========================================="
140139
# "======================================================================================="
141-
MULTI_TEST[47,X]=3
142-
MULTI_TEST[47,X]=4
143-
MULTI_TEST[47,X]=5
144-
MULTI_TEST[47,X]=6
145-
MULTI_TEST[47,X]=7
146-
MULTI_TEST[47,X]=8
140+
MULTI_TEST[36,X]=3
141+
MULTI_TEST[36,X]=4
142+
MULTI_TEST[36,X]=5
143+
MULTI_TEST[36,X]=6
144+
MULTI_TEST[36,X]=7
145+
MULTI_TEST[36,X]=8
147146
# "======================================================================================="
148147
# "========================= ADP FIM/PR BUILD MENU ======================================="
149148
# "======================================================================================="
150-
MULTI_TEST[47,1]=9
151-
MULTI_TEST[47,2]=10
152-
MULTI_TEST[47,3]=11
153-
MULTI_TEST[47,4]=12
154-
MULTI_TEST[47,5]=13
155-
MULTI_TEST[47,6]=14
156-
MULTI_TEST[47,7]=15
149+
MULTI_TEST[36,1]=9
150+
MULTI_TEST[36,2]=10
151+
MULTI_TEST[36,3]=11
152+
MULTI_TEST[36,4]=12
153+
MULTI_TEST[36,5]=13
154+
MULTI_TEST[36,6]=14
155+
MULTI_TEST[36,7]=15
157156
# "======================================================================================="
158157
# "========================= ADP HARDWARE PROGRAMMING/DIAGNOSTIC MENU ===================="
159158
# "======================================================================================="
160-
MULTI_TEST[47,X]=16
161-
MULTI_TEST[47,X]=17
162-
MULTI_TEST[47,X]=18
163-
MULTI_TEST[47,X]=19
164-
MULTI_TEST[47,X]=20
165-
MULTI_TEST[47,X]=21
166-
MULTI_TEST[47,X]=22
167-
MULTI_TEST[47,X]=23
168-
MULTI_TEST[47,X]=24
169-
MULTI_TEST[47,X]=25
170-
MULTI_TEST[47,X]=26
159+
MULTI_TEST[36,X]=16
160+
MULTI_TEST[36,X]=17
161+
MULTI_TEST[36,X]=18
162+
MULTI_TEST[36,X]=19
163+
MULTI_TEST[36,X]=20
164+
MULTI_TEST[36,X]=21
165+
MULTI_TEST[36,X]=22
166+
MULTI_TEST[36,X]=23
167+
MULTI_TEST[36,X]=24
168+
MULTI_TEST[36,X]=25
169+
MULTI_TEST[36,X]=26
171170
# "======================================================================================="
172171
# "========================== ADP HARDWARE AFU TESTING MENU =============================="
173172
# "======================================================================================="
174-
MULTI_TEST[47,8]=27
175-
MULTI_TEST[47,X]=28
176-
MULTI_TEST[47,9]=29
177-
MULTI_TEST[47,10]=30
178-
MULTI_TEST[47,X]=31
173+
MULTI_TEST[36,8]=27
174+
MULTI_TEST[36,X]=28
175+
MULTI_TEST[36,9]=29
176+
MULTI_TEST[36,10]=30
177+
MULTI_TEST[36,X]=31
179178
# "======================================================================================="
180179
# "========================== ADP HARDWARE AFU BBB TESTING MENU =========================="
181180
# "======================================================================================="
182-
MULTI_TEST[47,11]=32
183-
MULTI_TEST[47,X]=33
184-
# "======================================================================================="
185-
# "========================== ADP OPENCL PROJECT MENU ===================================="
186-
# "======================================================================================="
187-
MULTI_TEST[47,12]=34
188-
MULTI_TEST[47,13]=35
189-
MULTI_TEST[47,X]=36
190-
MULTI_TEST[47,X]=37
191-
MULTI_TEST[47,X]=38
192-
MULTI_TEST[47,14]=39
193-
MULTI_TEST[47,X]=40
194-
MULTI_TEST[47,X]=41
195-
MULTI_TEST[47,X]=42
196-
MULTI_TEST[47,X]=43
197-
MULTI_TEST[47,X]=44
181+
MULTI_TEST[36,11]=32
182+
MULTI_TEST[36,X]=33
198183
# "======================================================================================="
199184
# "========================== ADP UNIT TEST PROJECT MENU ================================="
200185
# "======================================================================================="
201-
MULTI_TEST[47,15]=45
202-
MULTI_TEST[47,16]=46
186+
MULTI_TEST[36,12]=34
187+
MULTI_TEST[36,13]=35
203188

204-
# 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
205190

206191
# "======================================================================================="
207192
# "========================= ADP TOOLS MENU =============================================="
@@ -255,20 +240,6 @@ MULTI_TEST[47,X]=31
255240
MULTI_TEST[47,X]=32
256241
MULTI_TEST[47,X]=33
257242
# "======================================================================================="
258-
# "========================== ADP OPENCL PROJECT MENU ===================================="
259-
# "======================================================================================="
260-
MULTI_TEST[47,X]=34
261-
MULTI_TEST[47,X]=35
262-
MULTI_TEST[47,X]=36
263-
MULTI_TEST[47,X]=37
264-
MULTI_TEST[47,X]=38
265-
MULTI_TEST[47,X]=39
266-
MULTI_TEST[47,X]=40
267-
MULTI_TEST[47,X]=41
268-
MULTI_TEST[47,X]=42
269-
MULTI_TEST[47,X]=43
270-
MULTI_TEST[47,X]=44
271-
# "======================================================================================="
272243
# "========================== ADP UNIT TEST PROJECT MENU ================================="
273244
# "======================================================================================="
274245
MULTI_TEST[47,X]=45

0 commit comments

Comments
 (0)