mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
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:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user