edu.cmu.emulator.genIQ
Class GenControlModule

java.lang.Object
  extended by edu.cmu.emulator.genIQ.GenControlModule

public class GenControlModule
extends Object


Field Summary
protected  byte[] checksum
           
protected  PathBasedEmuDef emuDef
           
 
Constructor Summary
GenControlModule(PathBasedEmuDef emuDef, byte[] checksum)
           
 
Method Summary
 void generate(int multFactorSize, int shiftFactorSize)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emuDef

protected PathBasedEmuDef emuDef

checksum

protected byte[] checksum
Constructor Detail

GenControlModule

public GenControlModule(PathBasedEmuDef emuDef,
                        byte[] checksum)
Method Detail

generate

public void generate(int multFactorSize,
                     int shiftFactorSize)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.