![]() |
TT-System-Firmware APIs 19.10.99
Tenstorrent Firmware
|
Host request to reset a single Tensix tile. More...
#include <msgqueue.h>
Data Fields | |
| uint8_t | command_code |
| The command code corresponding to TT_SMC_MSG_TOGGLE_SINGLE_TENSIX_RESET. | |
| uint8_t | pad [3] |
| Three bytes of padding. | |
| uint8_t | noc_x |
| NOC0 X coordinate of the target tile. | |
| uint8_t | noc_y |
| NOC0 Y coordinate of the target tile. | |
Host request to reset a single Tensix tile.
Messages of this type are processed by ToggleSingleTensixReset.
On success, response data[0] = 0. Returns non-zero on failure.
| uint8_t toggle_single_tensix_reset_rqst::command_code |
The command code corresponding to TT_SMC_MSG_TOGGLE_SINGLE_TENSIX_RESET.
| uint8_t toggle_single_tensix_reset_rqst::noc_x |
NOC0 X coordinate of the target tile.
| uint8_t toggle_single_tensix_reset_rqst::noc_y |
NOC0 Y coordinate of the target tile.
| uint8_t toggle_single_tensix_reset_rqst::pad[3] |
Three bytes of padding.