![]() |
TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
|
Feature capability and active-configuration telemetry definitions. More...

Data Structures | |
| struct | telemetry_feature_flags_bits_0_t |
| Bit definitions shared by firmware capability and active-configuration telemetry. More... | |
| union | telemetry_feature_flags_0_t |
| Packed 32-bit representation of telemetry_feature_flags_bits_0_t. More... | |
Functions | |
| telemetry_feature_flags_bits_0_t | GetActiveFeatures (void) |
| Get the current active firmware feature bits from TAG_FW_ACTIVE_CONFIG_0. | |
Feature capability and active-configuration telemetry definitions.
Firmware feature capabilities are organized into telemetry register pairs: one register reports which features are supported by the firmware, and the matching register reports which of those features are currently enabled.
The currently allocated telemetry pair is:
| Capability register | Active-config register | Shared bit layout |
|---|---|---|
| TAG_FW_CAPABILITIES_0 | TAG_FW_ACTIVE_CONFIG_0 | telemetry_feature_flags_bits_0_t |
| telemetry_feature_flags_bits_0_t GetActiveFeatures | ( | void | ) |
Get the current active firmware feature bits from TAG_FW_ACTIVE_CONFIG_0.
The returned struct uses the bit layout documented by telemetry_feature_flags_bits_0_t.