You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
scc@f1d272d59f | 7 months ago | |
top | 2 years ago | |
vp_components | 7 months ago | |
.cproject | 2 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
.project | 5 years ago | |
.pydevproject | 2 years ago | |
CMakeLists.txt | 7 months ago | |
LICENSE | 5 years ago | |
README.md | 2 years ago | |
modules.py | 2 years ago | |
router_example.py | 2 years ago | |
router_example2.py | 2 years ago |
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 .