2020-10-08 17:45:57 +02:00
2021-03-13 14:57:31 +01:00
2020-10-08 17:45:57 +02:00
2021-03-13 14:57:31 +01:00
2020-10-08 17:45:57 +02:00
2020-10-08 17:45:57 +02:00
2018-12-31 16:28:37 +01:00
2021-03-13 14:57:31 +01:00
2018-12-31 16:28:37 +01:00
2020-10-08 17:45:57 +02:00
2021-03-13 14:57:31 +01:00
2021-03-13 14:57:31 +01:00
2018-12-31 16:28:37 +01:00
2018-12-31 16:28:37 +01:00
2020-10-08 17:45:57 +02:00
2020-10-08 17:45:57 +02:00

PySysC-SC

A simple C++/SystemC/CMake project to test pysysc

How to build

Currently only Linux and MacOS are tested

pip install conan
conan remote add minres https://api.bintray.com/conan/minres/conan-repo
cd PySysC-SC
mkdir build
cd build
conan install .. --build=missing
cmake ..
cmake --build .

Notes

If you encounter issues when linking wrt. c++11 symbols you might have run into GCC ABI incompatibility introduced from GCC 5.0 onwards. You can fix this by adding '-s compiler.libcxx=libstdc++11' to the conan call or changing compiler.libcxx to

compiler.libcxx=libstdc++11

in $HOME/.conan/profiles/default

Description
An example project top test and demonstrate PySysC
Readme 83 KiB
Languages
C++ 51.9%
Python 28.9%
CMake 14.5%
C 4.7%