Browse Source

Bugfix: modminer: Bitstream binary filenames are *.bit

*.ncd is for the source code
Luke Dashjr 13 years ago
parent
commit
d660631f64
3 changed files with 2 additions and 2 deletions
  1. 1 1
      bitstreams/COPYING_fpgaminer
  2. 0 0
      bitstreams/fpgaminer_top_fixed7_197MHz.bit
  3. 1 1
      driver-modminer.c

+ 1 - 1
bitstreams/COPYING_fpgaminer

@@ -1,4 +1,4 @@
-All the bitstream files included in this directory that follow the name pattern fpgaminer_*.ncd are:
+All the bitstream files included in this directory that follow the name pattern fpgaminer_*.bit are:
 
 
 ----
 ----
 
 

+ 0 - 0
bitstreams/fpgaminer_top_fixed7_197MHz.ncd → bitstreams/fpgaminer_top_fixed7_197MHz.bit


+ 1 - 1
driver-modminer.c

@@ -17,7 +17,7 @@
 #include "miner.h"
 #include "miner.h"
 #include "fpgautils.h"
 #include "fpgautils.h"
 
 
-#define BITSTREAM_FILENAME "fpgaminer_top_fixed7_197MHz.ncd"
+#define BITSTREAM_FILENAME "fpgaminer_top_fixed7_197MHz.bit"
 #define BISTREAM_USER_ID "\2\4$B"
 #define BISTREAM_USER_ID "\2\4$B"
 #define MODMINER_MINIMUM_CLOCK  178
 #define MODMINER_MINIMUM_CLOCK  178
 #define MODMINER_DEFAULT_CLOCK  200
 #define MODMINER_DEFAULT_CLOCK  200