byucc.jhdl.platforms.util.readback.Xilinx
Class BitstreamParams

java.lang.Object
  extended bybyucc.jhdl.platforms.util.readback.Xilinx.BitstreamParams

public class BitstreamParams
extends java.lang.Object

This is a wrapper class for the VirtexBitstreamParams and Virtex2BitstreamParams. It is used to make bitstream parameter calls more generic, giving the application programmers a little more flexibility when working with Virtex and/or Virtex2.


Field Summary
static int UNKNOWN
           
static int VIRTEX
          Supported Device Families
static int VIRTEX2
           
 
Constructor Summary
BitstreamParams(int id_code)
           
 
Method Summary
 int family()
           
 int getBitmapLength()
           
 int getBitstreamLength()
           
 int getBRAMByteCount()
           
 int getBRAMFrameCount()
           
 int getBRAMHeaderBits()
           
 int getBRAMPacketHeader()
           
 int getBRAMReadBackWordCount()
           
 int getBytestreamLength()
           
 int getCLBByteCount()
           
 int getCLBFrameCount()
           
 int getCLBHeaderBits()
           
 int getCLBPacketHeader()
           
 int getCLBReadBackWordCount()
           
 int getFrameSize()
           
 int getPEType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VIRTEX

public static final int VIRTEX
Supported Device Families

See Also:
Constant Field Values

VIRTEX2

public static final int VIRTEX2
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

BitstreamParams

public BitstreamParams(int id_code)
Method Detail

family

public int family()

getPEType

public int getPEType()

getBitstreamLength

public int getBitstreamLength()

getBytestreamLength

public int getBytestreamLength()

getCLBByteCount

public int getCLBByteCount()

getBRAMByteCount

public int getBRAMByteCount()

getCLBHeaderBits

public int getCLBHeaderBits()

getBRAMHeaderBits

public int getBRAMHeaderBits()

getFrameSize

public int getFrameSize()

getCLBFrameCount

public int getCLBFrameCount()

getBRAMFrameCount

public int getBRAMFrameCount()

getBitmapLength

public int getBitmapLength()

getBRAMReadBackWordCount

public int getBRAMReadBackWordCount()

getBRAMPacketHeader

public int getBRAMPacketHeader()

getCLBReadBackWordCount

public int getCLBReadBackWordCount()

getCLBPacketHeader

public int getCLBPacketHeader()

toString

public java.lang.String toString()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.