testcase framework
This commit is contained in:
17
test/README.md
Normal file
17
test/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user