change bitfile name to groundhog2.bit
authoradam <adam@megacz.com>
Sun, 25 Feb 2007 04:40:00 +0000 (05:40 +0100)
committeradam <adam@megacz.com>
Sun, 25 Feb 2007 04:40:00 +0000 (05:40 +0100)
src/edu/berkeley/fleet/slipway/Slipway.java

index d35602f..39abe38 100644 (file)
@@ -25,7 +25,7 @@ public class Slipway extends Fleet {
         new Slipway().dumpFabric(false);
     }
 
-    public Slipway() { this("groundhog.bit"); }
+    public Slipway() { this("groundhog2.bit"); }
     public Slipway(String bitfile) {
         this.bitfile = bitfile;
         createShip("Debug",   "debug");