byucc.jhdl.apps.dtb.cli
Class Netlist

java.lang.Object
  extended bybyucc.jhdl.apps.dtb.cli.CLIParamSetter
      extended bybyucc.jhdl.apps.dtb.cli.Netlist
All Implemented Interfaces:
CLICommand

public class Netlist
extends CLIParamSetter


Field Summary
 
Fields inherited from class byucc.jhdl.apps.dtb.cli.CLIParamSetter
_dtb, _lastException, CLITYPE, COMMAND_AUTOBUILD, COMMAND_BUILD, COMMAND_CLOCKSCHEDULE, COMMAND_CONSTRUCTOR, COMMAND_NETLIST, COMMAND_PARAM, COMMAND_PARAMGUI, COMMAND_PORTPARAM, COMMAND_SIMULATOR_CONTENTS, COMMAND_TARGET
 
Fields inherited from interface byucc.jhdl.util.cli.CLICommand
OVERLOAD
 
Constructor Summary
Netlist(CLInterpreter interp, DynamicTestBench dtb)
          Registers this new Netlist as a netlist command with the given CLInterpreter
 
Method Summary
 java.lang.Object execute(CLInterpreter parent, java.lang.String[] args)
          Method to execut the netlist command according to the given args
 java.lang.String getHelpText(java.lang.String cmdName)
           
 java.lang.String getUsageText(java.lang.String cmdName)
           
 
Methods inherited from class byucc.jhdl.apps.dtb.cli.CLIParamSetter
createCLICommands, getHelpType, getLastException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Netlist

public Netlist(CLInterpreter interp,
               DynamicTestBench dtb)
Registers this new Netlist as a netlist command with the given CLInterpreter

Parameters:
interp - the command line interpreter
dtb - the DynamicTestBench parent of the design cell
Method Detail

execute

public java.lang.Object execute(CLInterpreter parent,
                                java.lang.String[] args)
                         throws CLIException
Method to execut the netlist command according to the given args

Specified by:
execute in interface CLICommand
Specified by:
execute in class CLIParamSetter
Parameters:
parent - the CLInterpreter that invoked this method
args - the command line arguments to this method
Throws:
CLIException

getHelpText

public java.lang.String getHelpText(java.lang.String cmdName)
Specified by:
getHelpText in interface CLICommand
Specified by:
getHelpText in class CLIParamSetter
Parameters:
cmdName - the name of the command to give the help text for
Returns:
the help for the given cmdName

getUsageText

public java.lang.String getUsageText(java.lang.String cmdName)
Specified by:
getUsageText in interface CLICommand
Specified by:
getUsageText in class CLIParamSetter
Parameters:
cmdName - the name of the command to give the usage for
Returns:
the usage for the given cmdName


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