From 31a8b54b43e00c1ca204f84949ff996d48534289 Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Fri, 3 Jul 2020 13:40:43 +0200 Subject: [PATCH] Add devel doc --- doc/development.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/development.md diff --git a/doc/development.md b/doc/development.md new file mode 100644 index 0000000..8562b5e --- /dev/null +++ b/doc/development.md @@ -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) -- 2.30.2