ML509.Large needs six Alus for sorting demo
[fleet.git] / 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");