Break Fpga.java into separate subclasses for ML509.Large, ML509.Small, and Bee2
[fleet.git] / src / edu / berkeley / fleet / fpga / FunnelModule.java
index 08f3f5e..7593133 100644 (file)
@@ -55,6 +55,7 @@ public class FunnelModule extends Module {
         public void addInput(FabricElement in, Module.Port source) {
             throw new RuntimeException("cannot add inputs to a funnel once constructed");
         }
+        public int      getPathLength(FpgaDestination dest) { return out.getPathLength(dest)+1; }
         public FpgaPath getPath(FpgaDestination dest, BitVector signal) {
             return out.getPath(dest, signal);
         }