byucc.jhdl.platforms.util.module
Class Module

java.lang.Object
  extended bybyucc.jhdl.platforms.util.module.Module

public class Module
extends java.lang.Object


Field Summary
protected  GenericBoard board
           
 
Constructor Summary
Module(CLInterpreter interp, BrowserCore bCore)
           
Module(CLInterpreter interp, GenericBoard board)
           
 
Method Summary
 GenericBoard getBoard()
           
 BrowserCore getBrowserCore()
           
protected  void registerLoadMemCommand(CLInterpreter interp)
           
protected  void registerPeProgramCommand(CLInterpreter interp)
           
protected  void registerRegisterCommands(CLInterpreter interp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

board

protected GenericBoard board
Constructor Detail

Module

public Module(CLInterpreter interp,
              BrowserCore bCore)

Module

public Module(CLInterpreter interp,
              GenericBoard board)
Method Detail

getBrowserCore

public BrowserCore getBrowserCore()

getBoard

public GenericBoard getBoard()

registerPeProgramCommand

protected void registerPeProgramCommand(CLInterpreter interp)

registerLoadMemCommand

protected void registerLoadMemCommand(CLInterpreter interp)

registerRegisterCommands

protected void registerRegisterCommands(CLInterpreter interp)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.