775872b190 | ||
---|---|---|
scc@d6b718cebd | ||
top | ||
vp_components | ||
.cproject | ||
.gitignore | ||
.gitmodules | ||
.project | ||
.pydevproject | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
modules.py | ||
router_example.py | ||
router_example2.py |
README.md
PySysC-SC
A simple C++/SystemC/CMake project to test pysysc
How to build
Currently only Linux and MacOS are tested
cd PySysC-SC
mkdir build
cd build
conan install .. --build=missing
cmake -DBUILD_SHARED_LIBS=ON ..
cmake --build .