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 |
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.
|
Modifier and Type | Method and Description |
---|---|
ChainNode |
SubchainNode.getParentChain()
Return the chainRoot node that this node is a descendent of
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
NanosimJtag.checkDataNets(ChainNode chain,
int set)
Check that the bits in the chain have been applied to the dataNets for the
scan chain.
|
protected boolean |
BypassJtagTester.checkDataNets(ChainNode chain,
int set,
BitVector bitsToCheck)
Check that the bits in the chain have been applied to the dataNets for the
scan chain.
|
protected void |
NanosimJtag.doBypassScanning(ChainNode chain,
boolean readEnable,
boolean writeEnable) |
protected void |
BypassJtagTester.doBypassScanning(ChainNode chain,
boolean readEnable,
boolean writeEnable) |
protected BitVector |
NanosimJtag.readDirect(ChainNode chain)
Read directly from the data bits the scan chain controls, rather than
applying "read" and scanning out the data.
|
protected BitVector |
BypassJtagTester.readDirect(ChainNode chain)
Read directly from the data bits the scan chain controls, rather than
applying "read" and scanning out the data.
|
void |
ChainNode.ShiftListener.shiftCompleted(ChainNode node) |
void |
ChainG.shiftCompleted(ChainNode node) |
protected void |
NanosimJtag.writeDirect(ChainNode chain)
Write scan chain data directly to the data bits, rather than
scanning them in and then applying "write".
|
protected BitVector |
BypassJtagTester.writeDirect(ChainNode chain)
Write scan chain data directly to the data bits, rather than
scanning them in and then applying "write".
|
Constructor and Description |
---|
ChainNodeDuplicate(java.lang.String name,
java.lang.String opcode,
ChainNode original) |