|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DTBException | |
byucc.jhdl.apps.dtb | |
byucc.jhdl.apps.dtb.gui |
Uses of DTBException in byucc.jhdl.apps.dtb |
Methods in byucc.jhdl.apps.dtb that throw DTBException | |
void |
DynamicTestBench.buildCell()
Once all of the necessary parameters have been set, this method is called to actually invoke the constructor to build the user's cell. |
void |
DynamicTestBench.netlist(java.lang.String cellname,
java.lang.String filename,
boolean insertPads)
Called by the CLI command Netlist to generate a netlist of the given cell |
static void |
DynamicTestBench.setClockSchedule(java.lang.String schedule)
Used by the CLI interface and the main method to set up the clock schedule for this dtb |
void |
DynamicTestBench.setInstanceConstructorIndex(int index)
If the original constructor used to initialize the build of the design was not the value of index given to this method, then the build initialization process will restart with the given index for the constructor. |
void |
DynamicTestBench.setParam(java.lang.String name)
Sets the parameter of the given name. |
void |
DynamicTestBench.setParam(java.lang.String name,
java.lang.String value)
Sets the parameter of the given name to the given value |
void |
DynamicTestBench.setPortParam(java.lang.String paramName,
int value)
Sets the parameter of the given index to the given value |
static void |
DynamicTestBench.setTechMapper(java.lang.String mapper)
Sets the current Technology Mapper (byucc.jhdl.Logic.TechMapper) for the design. |
static void |
DynamicTestBench.setTechMapper(java.lang.String mapper,
boolean techMappingEnabled)
Sets the current Technology Mapper (byucc.jhdl.Logic.TechMapper) for the design. |
Constructors in byucc.jhdl.apps.dtb that throw DTBException | |
DynamicTestBench(Node parent,
java.lang.String childname,
boolean tabbed)
Builds a DynamicTestBench from a HardwareSystem parent and a given class name as a child. |
|
DynamicTestBench(Node parent,
java.lang.String childname)
|
|
DynamicTestBench(Node parent,
java.lang.Class childclass,
boolean tabbed)
Builds a DynamicTestBench from a HardwareSystem parent and a given class as a child. |
|
DynamicTestBench(Node parent,
java.lang.Class childclass)
|
Uses of DTBException in byucc.jhdl.apps.dtb.gui |
Methods in byucc.jhdl.apps.dtb.gui that throw DTBException | |
void |
ValueGUIListener.valueUpdated(int index,
java.lang.String name,
java.lang.String value)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |