2-5 minor typos (#673)

* OpenBSD-Patch: Added the #include <sys/socket.h> in xvc_server.cpp to allow for compilation. Added a section to the README.md.

* Moved the Note regarding OpenBSD from the README.md into the doc/guide/troubleshooting.rst.

* reverted the README.md back to its original form.

* Removed a copy&paste error in the main.cpp file. Updated the documentation on OpenBSD.

* slight change to reflect the nomenclature of modules/devices in OpenBSD.

* "Windows" is spelled with only one "o".
This commit is contained in:
dettus
2026-05-30 11:40:19 +02:00
committed by GitHub
parent c6ca4e571b
commit 1e16f33dfb
3 changed files with 23 additions and 6 deletions
+2 -2
View File
@@ -569,7 +569,7 @@ int main(int argc, char **argv)
fpga = new CologneChip(jtag, args.bit_file, args.file_type,
args.prg_type, args.board, args.cable, args.verify, args.verbose);
#else
printError("Support for Gowin FPGAs was not enabled at compile time");
printError("Support for Cologne Chip FPGAs was not enabled at compile time");
delete(jtag);
return EXIT_FAILURE;
#endif
@@ -756,7 +756,7 @@ int spi_comm(struct arguments args, const cable_t &cable,
board->reset_pin, board->done_pin, DBUS6, board->oe_pin,
args.verify, args.verbose);
#else
printError("Support for Gowin FPGAs was not enabled at compile time");
printError("Support for Cologne Chip FPGAs was not enabled at compile time");
return EXIT_FAILURE;
#endif
} else {