Add devel doc
authorJean THOMAS <git0@pub.jeanthomas.me>
Fri, 3 Jul 2020 11:40:43 +0000 (13:40 +0200)
committerJean THOMAS <git0@pub.jeanthomas.me>
Fri, 3 Jul 2020 11:40:43 +0000 (13:40 +0200)
doc/development.md [new file with mode: 0644]

diff --git a/doc/development.md b/doc/development.md
new file mode 100644 (file)
index 0000000..8562b5e
--- /dev/null
@@ -0,0 +1,9 @@
+# Development
+
+## Unit tests
+
+The complete suite of unit tests can be launched using the [contrib/test](../contrib/test) script.
+
+## Complete simulation
+
+A complete system with a DDR3 model can be simulated using the scripts in the [simulation folder](../gram/simulation/). Those simulations are quite slow (a couple of hours for emulating a few ms). [More informations in the README...](../gram/simulation/README.md)