TT Zephyr Platforms 19.0.0-rc2
Tenstorrent Firmware
Loading...
Searching...
No Matches
Telemetry

Telemetry definitions and functions. More...

Topics

 Telemetry Table
 Telemetry data structures and functions.
 Telemetry Tags
 Telemetry tag definitions.

Macros

#define TELEMETRY_DATA_REG_ADDR   RESET_UNIT_SCRATCH_RAM_REG_ADDR(12)
 Register address pointing to the telemetry data buffer.
#define TELEMETRY_TABLE_REG_ADDR   RESET_UNIT_SCRATCH_RAM_REG_ADDR(13)
 Register address pointing to the telemetry table.

Detailed Description

Telemetry definitions and functions.

Telemetry Tags describes the various telemetry indices the SMC firmawre currently supports. Telemetry Table provides telemetry tracking infrastructure related information.

Macro Definition Documentation

◆ TELEMETRY_DATA_REG_ADDR

#define TELEMETRY_DATA_REG_ADDR   RESET_UNIT_SCRATCH_RAM_REG_ADDR(12)

Register address pointing to the telemetry data buffer.

This register holds the address of the telemetry data buffer, which contains dynamically updated telemetry values.

◆ TELEMETRY_TABLE_REG_ADDR

#define TELEMETRY_TABLE_REG_ADDR   RESET_UNIT_SCRATCH_RAM_REG_ADDR(13)

Register address pointing to the telemetry table.

This register holds the address of the global telemetry table, which contains metadata and telemetry data.