Uses of Class
com.cmpware.cmp.CustomArray

Packages that use CustomArray
com.cmpware.cmp   
com.cmpware.cmp.models   
 

Uses of CustomArray in com.cmpware.cmp
 

Methods in com.cmpware.cmp that return CustomArray
static CustomArray CustomArray.get(java.lang.String customArrayName)
          This static method is used to return a newly allocated Custom Array object from the link name string.
 

Uses of CustomArray in com.cmpware.cmp.models
 

Subclasses of CustomArray in com.cmpware.cmp.models
 class ARC_demo
          This implements an 4x4 heterogeneous processor array in a checkerboard pattern with an ARC700 and extended ARC700EX processors.
 class CellBE
          This implements the IBM / Toshiba / Sony Cell Broadband Engine (CellBE).
 class Checkerboard
          This implements an 8x8 heterogeneous processor array in a checkerboard pattern with MIPS32 and Sparc-8 processors.
 class Default
          This implements the default array.
 class DualCellBE
          This implements a dual IBM / Toshiba / Sony Cell Broadband Engine (CellBE) model.
 class GdbTest
          This is a test for the GDB interface for the the IBM / Toshiba / Sony Cell Broadband Engine (CellBE).
 class Hetero
          This implements a demonstration heterogeneous processor array.
 class LM32_demo
          This implements the LM32 demo array.
 class MIPS32_demo
          This implements an 4x4 heterogeneous processor array in a checkerboard pattern with an MIPS32 and extended MIPS32EX processors.
 class SPURS
          This implements the Toshiba SPURS Engine based on the Cell Broadband Engine (CellBE).
 class TestCustomArray
          This implements a demonstration heterogeneous processor array.
 class VT_ECE_5530
          This implements a 3 x 3 array of Xilinx MicroBlaze processors.
 class Xtensa_demo
          This implements an 4x4 heterogeneous processor array in a checkerboard pattern with an Xtensa and extended XtensaEX processors.