From 49d9c6fba7d4645a670062cb1a2c94988ec1317e Mon Sep 17 00:00:00 2001 From: Jean THOMAS Date: Wed, 22 Jul 2020 17:24:09 +0200 Subject: [PATCH] Add notes regarding CI usage --- doc/development.md | 4 ++++ 1 file changed, 4 insertions(+) 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.). -- 2.30.2