edu.cmu.emulator.gen
Class GenDelayPipe

java.lang.Object
  extended by edu.cmu.emulator.gen.GenDelayPipe

public class GenDelayPipe
extends Object


Constructor Summary
GenDelayPipe()
           
 
Method Summary
 void generate(int sampleSize, int tapDelaySize, int numStages, int numTaps, int[] minStage, int[] maxStage)
           
 void generate(String id, int sampleSize, int tapDelaySize, int numStages, int numTaps, int[] minStage, int[] maxStage)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenDelayPipe

public GenDelayPipe()
Method Detail

generate

public void generate(int sampleSize,
                     int tapDelaySize,
                     int numStages,
                     int numTaps,
                     int[] minStage,
                     int[] maxStage)

generate

public void generate(String id,
                     int sampleSize,
                     int tapDelaySize,
                     int numStages,
                     int numTaps,
                     int[] minStage,
                     int[] maxStage)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.