|
|||||||||||
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.Autobuild
Implements the autobuild CLI command for the DynamicTestBench. Use this command to check the current autobuild policy of the DynamicTestBench or to set it. Autobuild=true means the DynamicTestBench will automatically build the design as soon as all of the ports are bound to widths and the constructor parameters have been set.
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 |
Method Summary | |
java.lang.Object |
execute(CLInterpreter parent,
java.lang.String[] args)
This method is invoked by CLInterpreter when a command registered to this class is called. |
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 |
Method 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 to interact withargs
- args[0] is the command called, the rest of the values
in args are the arguments passed to the command on the command
line
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 |