xilsem
Vitis Drivers API Documentation
XSemCfrErrInjData Struct Reference

XSemCfrErrInjData - CRAM Error Injection structure to hold the Error Injection Location details for CRAM: More...

Data Fields

u32 Efar
 Frame Address. More...
 
u32 Qword
 Quad Word 0...24. More...
 
u32 Bit
 Bit Position 0...127. More...
 
u32 Row
 Row Number. More...
 

Detailed Description

XSemCfrErrInjData - CRAM Error Injection structure to hold the Error Injection Location details for CRAM:

  • Frame address
  • Quad Word in a Frame, Range from 0 to 24
  • Bit Position in a Quad Word, Range from 0 to 127
  • Row Number, Range can be found from CFU_APB_CFU_ROW_RANGE register

Field Documentation

u32 XSemCfrErrInjData::Bit

Bit Position 0...127.

Referenced by XSem_CmdCfrNjctErr().

u32 XSemCfrErrInjData::Efar

Frame Address.

Referenced by XSem_CmdCfrNjctErr().

u32 XSemCfrErrInjData::Qword

Quad Word 0...24.

Referenced by XSem_CmdCfrNjctErr().

u32 XSemCfrErrInjData::Row

Row Number.

Referenced by XSem_CmdCfrNjctErr().