Browse Source

Increase FPGA to ASIC SPI frequency to 6 MHz

Pelle Nilsson 11 years ago
parent
commit
aae0fce2e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      titan-asic.h

+ 1 - 1
titan-asic.h

@@ -17,7 +17,7 @@
 #define	KNC_TITAN_MAX_WORK_SLOT_NUM	15
 
 #define KNC_TITAN_FPGA_SYSCLK_FREQ      24576000
-#define KNC_TITAN_FPGA_SPI_FREQ         3072000
+#define KNC_TITAN_FPGA_SPI_FREQ         6144000
 #define KNC_TITAN_FPGA_SPI_DIVIDER      (KNC_TITAN_FPGA_SYSCLK_FREQ / (2*KNC_TITAN_FPGA_SPI_FREQ) - 1)
 #if KNC_TITAN_FPGA_SYSCLK_FREQ % (2*KNC_TITAN_FPGA_SPI_FREQ) != 0
 #warning Requested SPI frequency could not be accomplished exactly, adjusting as needed