add two more Alu ships to the large configuration
authorAdam Megacz <adam@megacz.com>
Sat, 1 Aug 2009 07:24:11 +0000 (00:24 -0700)
committerAdam Megacz <adam@megacz.com>
Sat, 1 Aug 2009 07:24:11 +0000 (00:24 -0700)
src/edu/berkeley/fleet/fpga/Fpga.java

index 42cd3a7..ef5a246 100644 (file)
@@ -93,7 +93,7 @@ public class Fpga extends FleetTwoFleet {
         } else {
 
             for(int i=0; i<2; i++)  createShip("Memory");
-            for(int i=0; i<6; i++)  createShip("Alu");
+            for(int i=0; i<8; i++)  createShip("Alu");
             for(int i=0; i<1; i++)  createShip("Fifo");
             for(int i=0; i<12; i++) createShip("Counter");