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. | |
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.
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.
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.