XSemCfrStatus - 2021.1 English

Xilinx Standalone Library Documentation OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2021-06-16
Version
2021.1 English
CRAM Status structure to store the data read from PMC RAM registers. This structure provides:
  • CRAM scan state information
  • The low address of last 7 corrected error details if correction is enabled in design
  • The high address of last 7 corrected error details if correction is enabled in design
  • CRAM corrected error bits count value

Declaration

typedef struct
{
  u32 Status,
  u32 ErrAddrL[MAX_CRAMERR_REGISTER_CNT],
  u32 ErrAddrH[MAX_CRAMERR_REGISTER_CNT],
  u32 ErrCorCnt
} XSemCfrStatus;
Table 1. Structure XSemCfrStatus member description
Member Description
Status

CRAM Status

ErrAddrL

Error Low register L0...L6

ErrAddrH

Error High register H0...H6

ErrCorCnt

Count of correctable errors