aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa/README.md')
-rw-r--r--verif/tosa/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/verif/tosa/README.md b/verif/tosa/README.md
new file mode 100644
index 0000000..de8c1f9
--- /dev/null
+++ b/verif/tosa/README.md
@@ -0,0 +1,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.*