Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LarsAsplund/vunit
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Dec 12, 2015
2 parents 455e426 + d90bf2b commit f4ca1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```
Expand Down

0 comments on commit f4ca1f7

Please sign in to comment.