From e5e2676409a936431f87d31fb74d825257b20804 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Tue, 13 Oct 2020 16:11:07 -0700 Subject: Initial checkin of TOSA reference_model and tests Change-Id: I2f8e7fa63e2ae40203e57d2cc8814bde3b312cb6 Signed-off-by: Eric Kunze --- verif/tosa/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 verif/tosa/README.md (limited to 'verif/tosa/README.md') 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.* -- cgit v1.2.1