|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbyucc.jhdl.platforms.util.readback.Xilinx.Virtex.RBLocation
This class is used to keep track of the location of a symbol
(flip-flop or RAM) in the readback bitstream. This is mainly used
by VirtexToJHDLSyms and RBSym objects.
| Field Summary | |
int |
frame
Holds the readback bitstream frame number. |
int |
frameOffset
Holds the readback bitstream frame offset. |
int |
offset
Holds the readback bitstream absolute offset. |
| Constructor Summary | |
RBLocation()
Constructs an object, setting the frame and
frameOffset to the illegal values of -1 |
|
RBLocation(int newFrame,
int newFrameOffset)
Deprecated. See RBLocation(int,int,int) |
|
RBLocation(int newOffset,
int newFrame,
int newFrameOffset)
Constructs an object by directly setting the frame and frame offset based on its parameters. |
|
RBLocation(RBLocation rbloc)
Constructs an object, copying the values of an existing RBLocation object to the new object. |
|
| Method Summary | |
void |
setLocation(int newFrame,
int newFrameOffset)
Deprecated. See setLocation(int,int,int) |
void |
setLocation(int newOffset,
int newFrame,
int newFrameOffset)
Sets the frame and frame offset based on its parameters. |
java.lang.String |
toString()
Returns a String describing the frame and frame
offset for a bit in the readback bitstream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int offset
public int frame
public int frameOffset
| Constructor Detail |
public RBLocation()
frame and
frameOffset to the illegal values of -1
public RBLocation(RBLocation rbloc)
RBLocation object to the new object.
rbloc - The RBLocation object to copy.
public RBLocation(int newFrame,
int newFrameOffset)
RBLocation(int,int,int)
newFrame - An integer representing the frame number for a
bit in the readback bitstream.newFrameOffset - An integer representing the frame offset
for a bit in the readback bitstream.
public RBLocation(int newOffset,
int newFrame,
int newFrameOffset)
newFrame - An integer representing the absolute offset for a
bit in the readback bitstream.newFrameOffset - An integer representing the frame offset
for a bit in the readback bitstream.| Method Detail |
public void setLocation(int newFrame,
int newFrameOffset)
setLocation(int,int,int)
newFrame - An integer representing the frame number for a
bit in the readback bitstream.newFrameOffset - An integer representing the frame offset
for a bit in the readback bitstream.
public void setLocation(int newOffset,
int newFrame,
int newFrameOffset)
newOffset - An integer representing the absolute offset for
a bit in the readback bitstream.newFrame - An integer representing the frame number for a
bit in the readback bitstream.newFrameOffset - An integer representing the frame offset
for a bit in the readback bitstream.public java.lang.String toString()
String describing the frame and frame
offset for a bit in the readback bitstream.
String describing the frame and frame
offset for a bit in the readback bitstream.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||