Software APIs
Data Fields
chip_info_scm_revision Struct Reference

A truncated commit hash from the open-source OpenTitan repo that can be used to reproduce the ROM binary. More...

#include <sw/device/silicon_creator/lib/chip_info.h>

Data Fields

uint32_t scm_revision_low
 Least significant word of the truncated commit hash.
 
uint32_t scm_revision_high
 Most significant word of the truncated commit hash.
 

Detailed Description

A truncated commit hash from the open-source OpenTitan repo that can be used to reproduce the ROM binary.

Definition at line 16 of file chip_info.h.

Field Documentation

◆ scm_revision_high

uint32_t chip_info_scm_revision::scm_revision_high

Most significant word of the truncated commit hash.

Definition at line 24 of file chip_info.h.

◆ scm_revision_low

uint32_t chip_info_scm_revision::scm_revision_low

Least significant word of the truncated commit hash.

Definition at line 20 of file chip_info.h.