An example project top test and demonstrate PySysC
ファイルへ移動
Eyck Jentzsch e4dc56ab64 updates cmake build 2023-03-16 08:14:41 -07:00
scc@f1d272d59f updates cmake build 2023-03-16 08:14:41 -07:00
top Remove conan dependency 2021-05-18 16:33:29 +02:00
vp_components updates cmake build 2023-03-16 08:14:41 -07:00
.cproject Remove conan dependency 2021-05-18 16:33:29 +02:00
.gitignore update .gitignore 2021-03-14 12:24:12 +01:00
.gitmodules rename submodule 2021-03-14 09:29:38 +01:00
.project Started from SystemC-Quickstart 2018-12-31 16:28:37 +01:00
.pydevproject update scc, move to inline conan, test SC thread supports 2021-08-30 18:08:34 +02:00
CMakeLists.txt updates cmake build 2023-03-16 08:14:41 -07:00
LICENSE Started from SystemC-Quickstart 2018-12-31 16:28:37 +01:00
README.md Remove conan dependency 2021-05-18 16:33:29 +02:00
modules.py update scc, move to inline conan, test SC thread supports 2021-08-30 18:08:34 +02:00
router_example.py Remove conan dependency 2021-05-18 16:33:29 +02:00
router_example2.py Remove conan dependency 2021-05-18 16:33:29 +02:00

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 .