byucc.jhdl.platforms.util.readback.Xilinx
Class BitstreamParams
java.lang.Object
byucc.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
BitstreamParams
public BitstreamParams(int id_code)
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.