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
Run FPGA tests to check whether your implementation is valid:
170
170
171
171
```
172
-
mbed test -t ARM -m K64F -n tests-mbed_hal_fpga_ci_test_shield*
172
+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json
173
+
```
174
+
175
+
The `FPGA_FORCE_ALL_PORTS` macro can be defined to force all pinouts of all peripherals to be tested. Some FPGA tests only test one pinout of one peripheral by default, to save time.
176
+
177
+
```
178
+
mbed test -n "hal-tests-tests*fpga*" --app-config TESTS/configs/fpga.json -DFPGA_FORCE_ALL_PORTS
173
179
```
174
180
175
181
<spanclass="notes">**Note:** Your target must be ready to run FPGA Test Shield tests.</span>
0 commit comments