README,main: add remote bitbang for ip and port

This commit is contained in:
Gwenhael Goavec-Merou
2023-03-02 13:55:40 +01:00
parent 500c33e037
commit 9c1876818f
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -751,7 +751,7 @@ int parse_opt(int argc, char **argv, struct arguments *args,
"write bitstream in flash (default: false)")
("index-chain", "device index in JTAG-chain",
cxxopts::value<int>(args->index_chain))
("ip", "IP address (only for XVC client)",
("ip", "IP address (XVC and remote bitbang client)",
cxxopts::value<string>(args->ip_adr))
("list-boards", "list all supported boards",
cxxopts::value<bool>(args->list_boards))
@@ -793,7 +793,7 @@ int parse_opt(int argc, char **argv, struct arguments *args,
("xvc", "Xilinx Virtual Cable Functions",
cxxopts::value<bool>(args->xvc))
#endif
("port", "Xilinx Virtual Cable Port (default 3721)",
("port", "Xilinx Virtual Cable and remote bitbang Port (default 3721)",
cxxopts::value<int>(args->port))
("mcufw", "Microcontroller firmware",
cxxopts::value<std::string>(args->mcufw))