|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.apps.dtb.cli.CLIParamSetter
byucc.jhdl.apps.dtb.cli.Netlist
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 |
public Netlist(CLInterpreter interp, DynamicTestBench dtb)
interp
- the command line interpreterdtb
- the DynamicTestBench parent of the design cellMethod Detail |
public java.lang.Object execute(CLInterpreter parent, java.lang.String[] args) throws CLIException
execute
in interface CLICommand
execute
in class CLIParamSetter
parent
- the CLInterpreter that invoked this methodargs
- the command line arguments to this method
CLIException
public java.lang.String getHelpText(java.lang.String cmdName)
getHelpText
in interface CLICommand
getHelpText
in class CLIParamSetter
cmdName
- the name of the command to give the help text for
public java.lang.String getUsageText(java.lang.String cmdName)
getUsageText
in interface CLICommand
getUsageText
in class CLIParamSetter
cmdName
- the name of the command to give the usage for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |