15.1 Verifying Memory with the PE

Memory verify is performed using the GET_CRC command. Table 17-2 lists the op codes and instructions.
Figure 15-1. Verifying Memory with the PE
The following steps are required to verify memory using the PE:
  1. XferFastData (GET_CRC).
  2. XferFastData (start_Address).
  3. XferFastData (length).
  4. valCkSum = XferFastData (32’h0x00).

Verify that valCkSum matches the checksum of the copy held in the programmer’s buffer.