|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbyucc.jhdl.base.Nameable
byucc.jhdl.base.Node
byucc.jhdl.base.Cell
byucc.jhdl.base.Structural
byucc.jhdl.Logic.LogicGates
byucc.jhdl.Logic.LogicStatic
byucc.jhdl.Logic.Logic
byucc.jhdl.platforms.util.multicontext.MultiContextTestBench
| Field Summary | |
protected java.util.Hashtable |
ClockEnableTable
|
protected java.util.Hashtable |
ContextTable
|
| Fields inherited from class byucc.jhdl.Logic.Logic |
ABOVE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_LSB, ALIGN_MSB, ALIGN_RIGHT, ALIGN_TOP, BELOW, DOWN, EAST_OF, LEFT_OF, MAX_PACK, NORTH_OF, ON, ONTOP, ONTOP_OF, RIGHT_OF, SOUTH_OF, TOLEFT, TORIGHT, UNCONSTRAINED, UP, WEST_OF |
| Fields inherited from class byucc.jhdl.Logic.LogicGates |
tech_mapper |
| Constructor Summary | |
MultiContextTestBench(Node parent)
|
|
| Method Summary | |
void |
clock()
This method must be called by child classes before they implement their own clock method by calling super.clock() or things will not simulate correctly. |
Wire |
getActiveContextEnableWire()
Get the value of activeContextEnableWire. |
java.lang.String |
getActiveContextID()
Get the value of activeContextID. |
Wire |
registerContext(java.lang.String ContextID)
Informs the multicontext engine about a new context. |
void |
reset()
If you define a behavior, you must also define a reset method for resetting the synchonous part of your model. |
void |
setActiveContext(java.lang.String v)
Set the value of activeContextID. |