A SERVICE OF

logo

250 Chapter 11
Utilities
soft_decode
soft_decode
soft_decode decodes single-bit ECC error data. This perl script
decodes single-bit ECC error information. It prompts for syndrome, row,
and address information that is parsed, decoded, and displayed in an
easy-to-read format that can be cut-and-pasted into quasar.
To exit enter q.
Example of soft_decode use:
% soft_decode
Enter RAM size (16, 64 or 128): 16
Enter syndrome code: 64
Enter row number: 2
Enter address: 04589030
Single-Bit ECC Error RAM Information
====================================
Location Bit Pin# Row Address
-------- --- ---- --- -------
U013A7 DQ2 6 2 589030
Enter RAM size (16 or 64): q
exiting