|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented instead of NativeReadBackInterface for use with any writeback functionality.
Field Summary | |
static int |
RB_FAILURE
Constant indicating the failure of an operation |
static int |
RB_SUCCESS
Constant indicating the success of an operation |
Method Summary | |
int |
nativeWriteBackPE(int peNum,
byte[] bitstream)
This method takes a core readback bitstream in a byte array format. |
Methods inherited from interface byucc.jhdl.platforms.util.readback.NativeReadBackInterface |
findJhdlCell, nativeReadBackPE |
Field Detail |
public static final int RB_FAILURE
public static final int RB_SUCCESS
Method Detail |
public int nativeWriteBackPE(int peNum, byte[] bitstream)
peNum
- This indicates the number of the PE which is to be readback. The
numbering of PEs used by the ReadBackManager and ReadBackData
objects starts with zero.bitstream
- The array of bytes which is filled with the bitstream
information. The length of the bitstream array is determined
by the ReadBackData object via the ReadBackPEType object
retrieved via nativePEType.
RB_FAILURE
if the operation failed, otherwise,
RB_SUCCESS
should be returned.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |