aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa/README.md
blob: de8c1f95bf49f75d4c14f3b64469c438bc7b8aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOSA FlatBuffers python serialization library
=============================================

Files in this directory are automatically generated by running:

``` bash
../build/thirdparty/flatbuffers/flatc --python ../serialization/tosa.fbs
```

From the ``verif/`` directory.  Flatc is compiled along with the *TOSA
Reference Model*.

*Because they are automatically generated, please do not edit the
python files in this directory by hand.*