Files
PeakRDL-regblock/test/README.md
2021-12-04 17:31:12 -08:00

18 lines
393 B
Markdown

ModelSim
--------
Testcases require an installation of ModelSim/QuestaSim, and for `vlog` & `vsim`
commands to be visible via the PATH environment variable.
ModelSim - Intel FPGA Edition can be downloaded for free from https://fpgasoftware.intel.com/ and is sufficient to run unit tests.
Running tests
-------------
```
cd test/
python3 -m pip install requirements.txt
pytest -n auto
```