com.cmpware.cmp.models
Class VT_ECE_5530

java.lang.Object
  extended by com.cmpware.cmp.CustomArray
      extended by com.cmpware.cmp.models.VT_ECE_5530

public class VT_ECE_5530
extends CustomArray

This implements a 3 x 3 array of Xilinx MicroBlaze processors. This is for use in the 2007 ECE 5530 class at Virginia Tech taught by Professors Athanas and Patterson.

Copyright (c) 2007 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
static java.lang.String[][] processorArray
          The processor array description
 
Constructor Summary
VT_ECE_5530()
           
 
Method Summary
 java.lang.String[][] getProcessorTable()
          This method defines the processors in the multiprocessor array.
 
Methods inherited from class com.cmpware.cmp.CustomArray
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values

processorArray

public static java.lang.String[][] processorArray
The processor array description

Constructor Detail

VT_ECE_5530

public VT_ECE_5530()
Method Detail

getProcessorTable

public java.lang.String[][] getProcessorTable()
Description copied from class: CustomArray
This method defines the processors in the multiprocessor array. Each element in the returned 2D string array represents a class defining a processor. The alernative to this processor array definition is to use the fields in the Cmpware Preference Pages. This will define a regular N x M array of processors, all necessarily of the same type.

Specified by:
getProcessorTable in class CustomArray
Returns:
This method defines the processors in the multiprocessor array. Each element in the returned 2D string array represents a class defining a processor.