adjust fifo sizes to match Fleet2 chip
authoradam <adam@megacz.com>
Mon, 27 Oct 2008 11:44:43 +0000 (12:44 +0100)
committeradam <adam@megacz.com>
Mon, 27 Oct 2008 11:44:43 +0000 (12:44 +0100)
src/edu/berkeley/fleet/fpga/FpgaDock.java

index 4528202..2f22f06 100644 (file)
@@ -19,9 +19,9 @@ import java.util.*;
 /** the pump itself is a */
 public class FpgaDock extends FleetTwoDock implements FabricElement {
 
-    private static final int INSTRUCTION_FIFO_SIZE = 16;
+    private static final int INSTRUCTION_FIFO_SIZE = 12;
     private static final int EPILOGUE_FIFO_SIZE    = 0;
-    private static final int DATA_FIFO_SIZE        = 16;
+    private static final int DATA_FIFO_SIZE        = 4;
         
     private FpgaDestination dataDestination;
     private FpgaDestination instructionDestination;