public class RelocateBitstreamByRow
extends Object
| Constructor and Description |
|---|
RelocateBitstreamByRow() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
relocate(Bitstream bitstream,
Series series,
int rowOffset)
Relocate the given partial bitstream by the given number of clock region rows.
|
static void |
updateCRC(Bitstream target)
Update multiple CRC within a partial bitstream.
|
public static void relocate(Bitstream bitstream, Series series, int rowOffset)
bitstream - Bitstream to update its rowsseries - The device seriesrowOffset - The number of row to relocate. + means relocate upwardpublic static void updateCRC(Bitstream target)
target - Bitstream to update CRC forpublic static void main(String[] args)