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.The following steps are required to verify memory using the PE:
- XferFastData
(GET_CRC)
. - XferFastData
(start_Address)
. - XferFastData
(length)
. - valCkSum = XferFastData
(32’h0x00)
.
Verify that valCkSum matches the checksum of the copy held in the programmer’s buffer.