increase number of Memory ships to 3 in the large configuration
authormegacz <adam@megacz.com>
Fri, 13 Mar 2009 20:03:39 +0000 (13:03 -0700)
committermegacz <adam@megacz.com>
Fri, 13 Mar 2009 20:03:39 +0000 (13:03 -0700)
src/edu/berkeley/fleet/fpga/Fpga.java

index d323c56..e00c6e4 100644 (file)
@@ -95,7 +95,7 @@ public class Fpga extends FleetTwoFleet {
 
         } else {
 
-            for(int i=0; i<2; i++)  createShip("Memory");
+            for(int i=0; i<3; i++)  createShip("Memory");
             for(int i=0; i<3; i++)  createShip("Alu");
             for(int i=0; i<2; i++)  createShip("Fifo");
             for(int i=0; i<11; i++) createShip("Counter");