TT-System-Firmware APIs 19.13.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
Feature Capabilities

Feature capability and active-configuration telemetry definitions. More...

Collaboration diagram for Feature Capabilities:

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.

Detailed Description

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 registerActive-config registerShared bit layout
TAG_FW_CAPABILITIES_0TAG_FW_ACTIVE_CONFIG_0telemetry_feature_flags_bits_0_t

Function Documentation

◆ GetActiveFeatures()

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.