Browse Source

titan: Add define to .h file

Vitalii Demianets 11 years ago
parent
commit
2ef84105f8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      titan-asic.h

+ 1 - 0
titan-asic.h

@@ -8,6 +8,7 @@
 #define	KNC_TITAN_DIES_PER_ASIC		4
 #define	KNC_TITAN_CORES_PER_DIE		571
 #define	KNC_TITAN_CORES_PER_ASIC	(KNC_TITAN_CORES_PER_DIE * KNC_TITAN_DIES_PER_ASIC)
+#define	KNC_TITAN_WORKSLOTS_PER_CORE	2
 #define	KNC_TITAN_THREADS_PER_CORE	8
 #define	KNC_TITAN_NONCES_PER_REPORT	5