Package | Description |
---|---|
com.sun.electric.tool.simulation.test |
Chip-independent test software library for the
Asynchronous Design Group in Oracle Labs, see bottom
for locations of documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainNode
Represents an entire scan chain, covering all of the scan chain elements at a
single address on the chip's JTAG controller.
|
class |
ChainNodeDuplicate
Wraps an existing ChainNode with this class to create a duplicate chain node that
is backed with the same data as the original ChainNode.
|
class |
SubchainNode
Represent a single node of a scan chain.
|
Modifier and Type | Method and Description |
---|---|
MyTreeNode |
ChainControl.findNode(java.lang.String path)
Find a node using its full path, excluding the name of the system node.
|
MyTreeNode |
ChainControl.findNode(java.lang.String path,
java.lang.Class expected)
Find a node using its full path, excluding the name of the system node.
|
MyTreeNode |
ChainControl.findNode(java.lang.String path,
MyTreeNode root)
Find a node using the path relative to a specified root node.
|
MyTreeNode |
MyTreeNode.getChildAt(int index)
Return selected child
|
MyTreeNode[] |
MyTreeNode.getDescendents()
Returns all nodes below the current node in the hierarchy.
|
MyTreeNode[] |
MyTreeNode.getHierarchy()
Return the node hierarchy from root down to this.
|
static MyTreeNode |
MyTreeNode.getNode(MyTreeNode root,
java.lang.String path)
find a node given root node and partial path string.
|
MyTreeNode |
MyTreeNode.getParent()
Returns MyTreeNode object one level up in hierarchy
|
MyTreeNode |
ChainControl.getSystem()
Get the system node
|
Modifier and Type | Method and Description |
---|---|
MyTreeNode |
ChainControl.findNode(java.lang.String path,
MyTreeNode root)
Find a node using the path relative to a specified root node.
|
static MyTreeNode |
MyTreeNode.getNode(MyTreeNode root,
java.lang.String path)
find a node given root node and partial path string.
|