Make IDCODE unsigned

This commit is contained in:
Alexey Starikovskiy
2023-08-29 20:01:21 +03:00
parent 8976404b78
commit 0f3afbcaea
19 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ int main(int argc, char **argv)
/* index_chain file_size target_flash external_flash altsetting */
-1, 0, "primary", false, -1,
/* vid, pid, index bus_addr, device_addr */
0, 0, -1, 0, 0,
0, 0, -1, 0, 0,
"127.0.0.1", 0, false, false, "", false, false,
/* xvc server */
false, 3721, "-",
@@ -533,7 +533,7 @@ int main(int argc, char **argv)
return EXIT_SUCCESS;
}
/* check if selected device is supported
/* check if selected device is supported
* mainly used in conjunction with --index-chain
*/
if (fpga_list.find(idcode) == fpga_list.end()) {