mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Change FPGA detection order since BFL hangs on an ICA
This commit is contained in:
parent
a8619ad6f7
commit
5c2bf84a37
@ -4842,14 +4842,14 @@ int main(int argc, char *argv[])
|
||||
opencl_api.api_detect();
|
||||
#endif
|
||||
|
||||
#ifdef USE_BITFORCE
|
||||
bitforce_api.api_detect();
|
||||
#endif
|
||||
|
||||
#ifdef USE_ICARUS
|
||||
icarus_api.api_detect();
|
||||
#endif
|
||||
|
||||
#ifdef USE_BITFORCE
|
||||
bitforce_api.api_detect();
|
||||
#endif
|
||||
|
||||
#ifdef USE_ZTEX
|
||||
ztex_api.api_detect();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user