PySysC/README.md

18 lines
365 B
Markdown

# PySysC
A Python package to use SystemC from Python
## How to setup the environment
```
pyenv install 3.6.3
pyenv virtualenv 3.6.3 pysysc
pyenv activate pysysc
STDCXX=11 MAKE_NPROCS=32 pip install --verbose cppyy --no-binary=cppyy-cling
pip install conan
```
## TODO
* pythonize `sc_module` with iteration protocol (`__next__` and `StopIteration` exception)