update README.md

This commit is contained in:
Eyck Jentzsch 2020-12-23 09:19:56 +01:00
parent 90b9c3fc5d
commit 07f7170efb
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ git clone https://git.minres.com/SystemC/PySysC.git
python3 -m pip install -e PySysC
```
## Testing (preliminary)
To use the tests you also need to clone and build the PySysC-SC repo as sibling of PySysC. It contains the the code and libraries being used in the test.
## TODO
* pythonize `sc_module` with iteration protocol (`__next__` and `StopIteration` exception)