The beamformer.cpp file takes two command line arguments:
./beamformer.exe <argv[1]> a.xclbin
The a.xclbin is the AI Engine PDI. You can specify the <argv[1]> variable for the program to execute a different test. Below is a table of the test options:
argv[1] |
Description |
|---|---|
0 |
|
1 |
|
2 |
Continuously run the functional test for an infinite number of iterations. To exit, hit Ctrl+C. This does not guarantee graceful exit. System reboot is required. This mode helps measure the power of the system while it runs continuously. |