AM263x MCU+ SDK  08.05.00

Detailed Description

This structure contains the different configuration used for PBIST.


Design: PROC_SDL-967


Data Fields

uint32_t override
 
uint32_t algorithmsBitMap
 
uint64_t memoryGroupsBitMap
 
uint64_t scrambleValue
 

Field Documentation

◆ override

uint32_t SDL_PBIST_config::override

Override value for memory configuration. Check SOC documentation for supported override mode for each PBIST instance.

◆ algorithmsBitMap

uint32_t SDL_PBIST_config::algorithmsBitMap

Bitmap to select algorithms to use for test.

NOTE: For a given PBIST instance, there is a selected set of memory groups a particular Algorithm can be run. Check SOC documentation for supported algorithms for each PBIST instance.

◆ memoryGroupsBitMap

uint64_t SDL_PBIST_config::memoryGroupsBitMap

Bitmap to select memory groups to run test on. Check SOC documentation for supported memory groups for each PBIST instance.

◆ scrambleValue

uint64_t SDL_PBIST_config::scrambleValue

Scramble value to be used for test. Check SOC documentation for scramble value to be used.