[][src]Module fomu_pac::version

VERSION

Modules

dirty
gitextra0

Bits 0-7 of VERSION_GITEXTRA.

gitextra1

Bits 8-9 of VERSION_GITEXTRA. The number of additional commits beyond the git tag. For example, if this value is 1, then the repository this was built from has one additional commit beyond the tag indicated in MAJOR, MINOR, and REVISION.

gitrev0

Bits 0-7 of VERSION_GITREV.

gitrev1

Bits 8-15 of VERSION_GITREV.

gitrev2

Bits 16-23 of VERSION_GITREV.

gitrev3

Bits 24-31 of VERSION_GITREV. First 32-bits of the git revision. This documentation was built from git rev 00000000, so this value is 0, which should be enough to check out the exact git version used to build this firmware.

major

Major git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 2.

minor

Minor git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 0.

model
revision

Revision git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 3.

seed0

Bits 0-7 of VERSION_SEED.

seed1

Bits 8-15 of VERSION_SEED.

seed2

Bits 16-23 of VERSION_SEED.

seed3

Bits 24-31 of VERSION_SEED. 32-bit seed used for the place-and-route.

Structs

RegisterBlock

Register block

Type Definitions

DIRTY

This register you can read. See API.

GITEXTRA0

Bits 0-7 of VERSION_GITEXTRA.

GITEXTRA1

Bits 8-9 of VERSION_GITEXTRA. The number of additional commits beyond the git tag. For example, if this value is 1, then the repository this was built from has one additional commit beyond the tag indicated in MAJOR, MINOR, and REVISION.

GITREV0

Bits 0-7 of VERSION_GITREV.

GITREV1

Bits 8-15 of VERSION_GITREV.

GITREV2

Bits 16-23 of VERSION_GITREV.

GITREV3

Bits 24-31 of VERSION_GITREV. First 32-bits of the git revision. This documentation was built from git rev 00000000, so this value is 0, which should be enough to check out the exact git version used to build this firmware.

MAJOR

Major git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 2.

MINOR

Minor git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 0.

MODEL

This register you can read. See API.

REVISION

Revision git tag version. For example, this firmware was built from git tag v2.0.3, so this value is 3.

SEED0

Bits 0-7 of VERSION_SEED.

SEED1

Bits 8-15 of VERSION_SEED.

SEED2

Bits 16-23 of VERSION_SEED.

SEED3

Bits 24-31 of VERSION_SEED. 32-bit seed used for the place-and-route.