gem5  v20.0.0.3
Public Attributes | List of all members
Brig::BrigModuleHeader Struct Reference

#include <Brig.h>

Public Attributes

char identification [MODULE_IDENTIFICATION_LENGTH]
 
BrigVersion32_t brigMajor
 
BrigVersion32_t brigMinor
 
uint64_t byteCount
 
uint8_t hash [64]
 
uint32_t reserved
 
uint32_t sectionCount
 
uint64_t sectionIndex
 

Detailed Description

Definition at line 1576 of file Brig.h.

Member Data Documentation

◆ brigMajor

BrigVersion32_t Brig::BrigModuleHeader::brigMajor

Definition at line 1578 of file Brig.h.

Referenced by BrigObject::BrigObject().

◆ brigMinor

BrigVersion32_t Brig::BrigModuleHeader::brigMinor

Definition at line 1579 of file Brig.h.

Referenced by BrigObject::BrigObject().

◆ byteCount

uint64_t Brig::BrigModuleHeader::byteCount

Definition at line 1580 of file Brig.h.

◆ hash

uint8_t Brig::BrigModuleHeader::hash[64]

Definition at line 1581 of file Brig.h.

◆ identification

char Brig::BrigModuleHeader::identification[MODULE_IDENTIFICATION_LENGTH]

Definition at line 1577 of file Brig.h.

◆ reserved

uint32_t Brig::BrigModuleHeader::reserved

Definition at line 1582 of file Brig.h.

◆ sectionCount

uint32_t Brig::BrigModuleHeader::sectionCount

Definition at line 1583 of file Brig.h.

Referenced by BrigObject::BrigObject().

◆ sectionIndex

uint64_t Brig::BrigModuleHeader::sectionIndex

Definition at line 1584 of file Brig.h.

Referenced by BrigObject::BrigObject().


The documentation for this struct was generated from the following file:

Generated on Fri Jul 3 2020 15:53:26 for gem5 by doxygen 1.8.13