adjust mix of ships for "large" configuration
authoradam <adam@megacz.com>
Tue, 4 Nov 2008 06:34:17 +0000 (07:34 +0100)
committeradam <adam@megacz.com>
Tue, 4 Nov 2008 06:34:17 +0000 (07:34 +0100)
src/edu/berkeley/fleet/fpga/Fpga.java

index 54cecd2..9dddcf2 100644 (file)
@@ -86,19 +86,22 @@ public class Fpga extends FleetTwoFleet {
             createShip("Memory",    "memory2");
             createShip("Memory",    "memory3");
 
-            for(int i=0; i<5; i++)
+            for(int i=0; i<3; i++)
                 createShip("Alu",       "alu"+i);
 
+            /*
             for(int i=0; i<2; i++)
                 createShip("Fifo",      "fifo"+i);
+            */
 
-            for(int i=0; i<13; i++)
+            for(int i=0; i<14; i++)
                 createShip("Counter",  "counter"+i);
 
+            /*
             createShip("CarrySaveAdder",  "csa1");
             createShip("Rotator",         "rotator");
             createShip("Lut3",            "lut");
-
+            */
             //createShip("DDR2",    "ddr2");
         }
         createShip("DRAM",    "dram");