implement port percolation
[fleet.git] / src / edu / berkeley / fleet / fpga / FpgaShip.java
index 332970e..82b729d 100644 (file)
@@ -23,8 +23,6 @@ public class FpgaShip extends FleetTwoShip {
             else                module.createOutputPort(sdbb.getName(), getFleet().getWordWidth()+1, "");
             ports.put(sdbb.getName(), new FpgaDock(this, sdbb));
         }
-        if (getType().toLowerCase().equals("debug"))
-            module.createOutputPort("debug_out", getFleet().getWordWidth(), "");
         for(PercolatedPort pp : sd.percolatedPorts)
             this.module.percolatedPorts.add(pp);
     }