From d90bf2ba3828b7160bf11a6adc12b40c0fe98f66 Mon Sep 17 00:00:00 2001 From: Lars Asplund Date: Tue, 8 Dec 2015 21:25:29 +0100 Subject: [PATCH] Update developing.md --- developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing.md b/developing.md index 19decc6e3..d09cb58d7 100644 --- a/developing.md +++ b/developing.md @@ -22,7 +22,7 @@ vunit/ > python -m unittest discover vunit/test/unit The test suites must work using both Python 2.7 and Python 3.x. ### Running with different simulator back-ends -VUnit supports both ModelSim and GHDL and the acceptance tests must work for both simulators. The acceptance tests can be run for a specific simulator by setting the `VUNIT_SIMULATOR` environment variable: +VUnit supports ModelSim, GHDL, ActiveHDL, and RivieraPRO and the acceptance tests must work for all simulators. The acceptance tests can be run for a specific simulator by setting the `VUNIT_SIMULATOR` environment variable: ```console vunit/ > VUNIT_SIMULATOR=ghdl python -m unittest discover vunit/test/acceptance/ ```