2018-12-31 15:23:37 +01:00
|
|
|
# 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
|
2020-10-08 17:43:16 +02:00
|
|
|
STDCXX=11 MAKE_NPROCS=32 pip install --verbose cppyy --no-binary=cppyy-cling
|
2018-12-31 15:23:37 +01:00
|
|
|
pip install conan
|
|
|
|
```
|
|
|
|
|
2019-01-03 21:15:57 +01:00
|
|
|
## TODO
|
|
|
|
|
|
|
|
* pythonize `sc_module` with iteration protocol (`__next__` and `StopIteration` exception)
|