| |||
| Home > The Cycle Accurate Debug Interface > CADI data structures > CADIPipeStage_t |
The definition of CADIPipeStage_t is:
typedef struct CADIPipeStage_t
{
uint32_t id; // Pipestage id
char name[CADI_NAME_SIZE];
uint32_t pc; // Register id that holds the addr of the instruction
uint32_t contentInfoRegisterId; // Register id that holds the current
// content info for this pipe stage
// (The register values correspond to the CADIPipeStageContentInfo_t enum)
} CADIPipeStage_t;