TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
debug_noc_translation_rqst Struct Reference

Host request for debug NOC translation. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_DEBUG_NOC_TRANSLATION.
uint8_t enable_translation: 1
 Enable or disable NOC translation.
uint8_t pcie_instance: 1
 The PCIE instance.
uint8_t pcie_instance_override: 1
 Set to 1 to use pcie instance from the pcie_instance field, or 0 to get the pcie instance from FW table.
uint16_t bad_tensix_cols
 Bitmask of bad tensix columns.
uint8_t bad_gddr
 Instance number of the bad GDDR. 0xFF if all GDDR are good.
uint8_t skip_eth_low
 low byte of skip_eth field
uint8_t skip_eth_hi
 hi byte of skip_eth field

Detailed Description

Host request for debug NOC translation.

Messages of this type are processed by debug_noc_translation_handler

Field Documentation

◆ bad_gddr

uint8_t debug_noc_translation_rqst::bad_gddr

Instance number of the bad GDDR. 0xFF if all GDDR are good.

◆ bad_tensix_cols

uint16_t debug_noc_translation_rqst::bad_tensix_cols

Bitmask of bad tensix columns.

◆ command_code

uint8_t debug_noc_translation_rqst::command_code

The command code corresponding to TT_SMC_MSG_DEBUG_NOC_TRANSLATION.

◆ enable_translation

uint8_t debug_noc_translation_rqst::enable_translation

Enable or disable NOC translation.

◆ pcie_instance

uint8_t debug_noc_translation_rqst::pcie_instance

The PCIE instance.

◆ pcie_instance_override

uint8_t debug_noc_translation_rqst::pcie_instance_override

Set to 1 to use pcie instance from the pcie_instance field, or 0 to get the pcie instance from FW table.

◆ skip_eth_hi

uint8_t debug_noc_translation_rqst::skip_eth_hi

hi byte of skip_eth field

◆ skip_eth_low

uint8_t debug_noc_translation_rqst::skip_eth_low

low byte of skip_eth field


The documentation for this struct was generated from the following file: