From: Jean THOMAS Date: Fri, 3 Jul 2020 11:40:43 +0000 (+0200) Subject: Add devel doc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=31a8b54b43e00c1ca204f84949ff996d48534289;p=gram.git Add devel doc --- 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)