]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/blobdiff - README.txt
Update lib submodule
[pes-rpp/rpp-simulink.git] / README.txt
index f16816a6a1ef9f2149dda118e4a21475b9da42df..b31d16b6d474ed72921a19dea6849e7c8592e58c 100644 (file)
@@ -1,3 +1,31 @@
-TODO
+#####################################
+# Simulink RPP Target and Library   #
+#####################################
 
-./rpp/rpp should be on the MATLAB path.
+This is the repository of the Simulink target.
+
+To work with the Simulink target you also need the RPP Library, which
+can be obtained from another repository with the following command:
+
+  git submodule update --init
+
+This repository is structured as follows:
+
+    - doc/          This directory hold documentation created for this project.
+
+    - refs/         Hold oficial reference documentation for CPU, chips,
+                    languages, compiler, etc. This files are constantly
+                    referenced within the source code files in this repository.
+
+    - rpp/blocks    Hold the Simulink block library for the RPP Target.
+                    C MEX S-Functions and TLC files can be found here.
+                    See dedicated README.txt file for more information.
+
+    - rpp/demos     Simulink demos that uses the RPP target and block library.
+                    See dedicated README.txt file for more information.
+
+    - rpp/lib       RPP Library and API. See dedicated README.txt file for more
+                    information.
+
+    - rpp/rpp       Simulink RPP Target for code generation. See dedicated
+                    README.txt file for more information.