Browse Source

modminer: Allow clocks down to 2 Mhz just in case

Luke Dashjr 13 years ago
parent
commit
ede5cd063b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -20,7 +20,7 @@
 
 #define BITSTREAM_FILENAME "fpgaminer_top_fixed7_197MHz.bit"
 #define BISTREAM_USER_ID "\2\4$B"
-#define MODMINER_MINIMUM_CLOCK  178
+#define MODMINER_MINIMUM_CLOCK    2
 #define MODMINER_DEFAULT_CLOCK  200
 #define MODMINER_MAXIMUM_CLOCK  210