jaga.pj.circuits.fpgaft
Class FTLib

java.lang.Object
  |
  +--jaga.pj.circuits.fpgaft.FTLib

public abstract class FTLib
extends java.lang.Object

Collection of constants and methods used by the fpgaft package.


Field Summary
static int NOFAULT
          Fault Type: No Fault
static int PT
          Fault Type: Pass Through
static int SSAV0
          Fault Type: Single Stuck At 0
static int SSAV1
          Fault Type: Single Stuck At 1
 
Constructor Summary
FTLib()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOFAULT

public static final int NOFAULT
Fault Type: No Fault

SSAV0

public static final int SSAV0
Fault Type: Single Stuck At 0

SSAV1

public static final int SSAV1
Fault Type: Single Stuck At 1

PT

public static final int PT
Fault Type: Pass Through
Constructor Detail

FTLib

public FTLib()