A Python package to interface with SystemC library and script SystemC simulations
Go to file
Eyck Jentzsch 796d8bf69f Updated license formatting 2018-12-31 16:32:38 +01:00
pysysc Initial commit 2018-12-31 16:18:02 +01:00
tests Initial commit 2018-12-31 16:18:02 +01:00
.gitignore Initial commit 2018-12-31 16:18:02 +01:00
.project Initial commit 2018-12-31 16:18:02 +01:00
.pydevproject Initial commit 2018-12-31 16:18:02 +01:00
LICENSE Updated license formatting 2018-12-31 16:32:38 +01:00
MANIFEST.in Initial commit 2018-12-31 16:18:02 +01:00
NOTES.md Initial commit 2018-12-31 16:18:02 +01:00
README.md Initial commit 2018-12-31 16:18:02 +01:00
setup.py Initial commit 2018-12-31 16:18:02 +01:00

README.md

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 --force-reinstall --ignore-installed --no-clean --build build --no-binary :all: cppyy
pip install conan