#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
◆ TENSIX_INSTRUCTION_UNPACR
| #define TENSIX_INSTRUCTION_UNPACR 0x42800091u |
◆ tensix_inject_instruction()
Inject one instruction into a Tensix tile via the RISC debug instruction buffer.
- Parameters
-
| instruction | Raw Tensix instructions. |
| thread | Thread index [0,3]. |
| broadcast | If true, use the Tensix multicast TLB so every non-harvested Tensix receives the sequence. If false, unicast to (noc_x, noc_y) only. |
| noc_x | X coordinate of the NOC tile when broadcast is false. Ignored when broadcasting. |
| noc_y | Y coordinate of the NOC tile when broadcast is false. Ignored when broadcasting. |