2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00

manual/compiler: Mention TArray annotation

This commit is contained in:
David Nadlinger 2021-05-24 11:50:10 +01:00 committed by Sebastien Bourdeauducq
parent 040aa6fd9d
commit 65f0951f1a

View File

@ -45,6 +45,8 @@ The Python types correspond to ARTIQ type annotations as follows:
+---------------+-------------------------+
| list of T | TList(T) |
+---------------+-------------------------+
| NumPy array | TArray(T, num_dims) |
+---------------+-------------------------+
| range | TRange32, TRange64 |
+---------------+-------------------------+
| numpy.int32 | TInt32 |