diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-02-18 17:46:52 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-02-18 17:46:52 +0100 |
| commit | 43d3b0d3b62e306ced4a5020dcaf732cae20f268 (patch) | |
| tree | 880c864f9db59bf1a49074776ee68ab5982639f6 /tpu.h | |
| parent | 11d75bf41c7d22b6a6a76fa2dd4843d23a75fffb (diff) | |
| download | tis100-master.tar.gz tis100-master.zip | |
Diffstat (limited to 'tpu.h')
| -rw-r--r-- | tpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ struct tpu_port { struct tpu *tpu; enum tpu_port_type type; + /* set only if managed by io port */ + struct tpu_io_port *io; + /* NOTE: dont access dst_port during execution, * values are transfered in post execution phase */ struct tpu_port *dst_port; |
