An example project top test and demonstrate PySysC
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.
 
 
 
 
Eyck Jentzsch e4dc56ab64 updates cmake build 3 months ago
scc@f1d272d59f updates cmake build 3 months ago
top Remove conan dependency 2 years ago
vp_components updates cmake build 3 months ago
.cproject Remove conan dependency 2 years ago
.gitignore update .gitignore 2 years ago
.gitmodules rename submodule 2 years ago
.project Started from SystemC-Quickstart 4 years ago
.pydevproject update scc, move to inline conan, test SC thread supports 2 years ago
CMakeLists.txt updates cmake build 3 months ago
LICENSE Started from SystemC-Quickstart 4 years ago
README.md Remove conan dependency 2 years ago
modules.py update scc, move to inline conan, test SC thread supports 2 years ago
router_example.py Remove conan dependency 2 years ago
router_example2.py Remove conan dependency 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 .