ML509.Large needs six Alus for sorting demo
authorAdam Megacz <adam@megacz.com>
Sun, 30 Aug 2009 05:37:48 +0000 (22:37 -0700)
committerAdam Megacz <adam@megacz.com>
Sun, 30 Aug 2009 05:37:48 +0000 (22:37 -0700)
src/edu/berkeley/fleet/fpga/ML509.java

index abfba4c..d4a59af 100644 (file)
@@ -12,8 +12,7 @@ public abstract class ML509 extends Fpga {
     public static class Large extends ML509 {
         public Large() throws IOException {
             for(int i=0; i<1; i++)  createShip("Memory");
-            //for(int i=0; i<8; i++)  createShip("Alu");
-            for(int i=0; i<4; i++)  createShip("Alu");
+            for(int i=0; i<6; i++)  createShip("Alu");
             for(int i=0; i<1; i++)  createShip("Fifo");
             for(int i=0; i<12; i++) createShip("Counter");
             createShip("Random");