During the configuration ABORT sequence, the
device drives a status word onto the D[00:07] pins. The status bits do not
bit-swap. The other data pins are always High. The key for the status word is given in the
following table.
| Bit Number | Status Bit Name | Meaning |
|---|---|---|
| D07 | CFGERR_B |
Configuration error (active Low)
|
| D06 | DALIGN |
Sync word received (active High)
|
| D05 | RIP |
Readback in progress (active High)
|
| D04 | IN_ABORT_B |
ABORT in progress (active Low)
|
| D03-D02 | RSVD | Reserved status bits |
| D01-D00 | 11 | Fixed to ones. |
The ABORT sequence lasts four
CCLK cycles. During those cycles, the status word changes to reflect data
alignment and ABORT status. A typical sequence might be:
11011111 => DALIGN = 1, IN_ABORT_B = 1
10001111 => DALIGN = 0, IN_ABORT_B = 0
10001111 => DALIGN = 0, IN_ABORT_B = 0
10001111 => DALIGN = 0, IN_ABORT_B = 0
After the last cycle, the synchronization word can be reloaded to establish data alignment.