Skip to content

Commit ae0e7ec

Browse files
Virat Agarwalheeran-xilinx
authored andcommitted
P2P_bandwidth input file correction (#435)
1 parent 27e8e92 commit ae0e7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

host/p2p_bandwidth/src/host.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ int main(int argc, char **argv) {
395395
parser.addSwitch("--input_file", "-i", "input test data flie", "");
396396
parser.addSwitch("--device", "-d", "device id", "0");
397397
parser.addSwitch("--mode", "-m", "mode r/w", "r");
398+
parser.parse(argc, argv);
398399

399400
// Read settings
400401
auto binaryFile = parser.value("xclbin_file");

0 commit comments

Comments
 (0)