Browse Source

Specifying threads on multi fpga boards extra cgpu

nelisky 13 years ago
parent
commit
7aaf1b6a07
1 changed files with 2 additions and 1 deletions
  1. 2 1
      driver-ztex.c

+ 2 - 1
driver-ztex.c

@@ -87,8 +87,9 @@ static void ztex_detect(void)
 			ztex_slave = calloc(1, sizeof(struct libztex_device));
 			memcpy(ztex_slave, ztex_devices[i]->dev, sizeof(struct libztex_device));
 			ztex->device_ztex = ztex_slave;
-			ztex_slave->root = ztex_devices[i]->dev;
+			ztex->threads = 1;
 			ztex_slave->fpgaNum = j;
+			ztex_slave->root = ztex_devices[i]->dev;
 			add_cgpu(ztex);
 		}