From: Jean THOMAS Date: Wed, 22 Jul 2020 15:24:09 +0000 (+0200) Subject: Add notes regarding CI usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49d9c6fba7d4645a670062cb1a2c94988ec1317e;p=gram.git Add notes regarding CI usage --- diff --git a/doc/development.md b/doc/development.md index 8562b5e..24dcc22 100644 --- a/doc/development.md +++ b/doc/development.md @@ -7,3 +7,7 @@ The complete suite of unit tests can be launched using the [contrib/test](../con ## 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) + +## Using CI + +Running the tests inside a CI environment is highly recommended as it might highlight issues that do not happen on your development computer (eg. files you forgot to commit, issues with the latests versions of nMigen, etc.).