Skip to content

Commit

Permalink
P2P_bandwidth input file correction (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Virat Agarwal authored and heeran-xilinx committed Jul 13, 2020
1 parent 27e8e92 commit ae0e7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/p2p_bandwidth/src/host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ int main(int argc, char **argv) {
parser.addSwitch("--input_file", "-i", "input test data flie", "");
parser.addSwitch("--device", "-d", "device id", "0");
parser.addSwitch("--mode", "-m", "mode r/w", "r");
parser.parse(argc, argv);

// Read settings
auto binaryFile = parser.value("xclbin_file");
Expand Down

0 comments on commit ae0e7ec

Please sign in to comment.