Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Eyck Jentzsch 6ecd234c2c | ||
---|---|---|
cmake | ||
contrib | ||
scc@77a9f223d7 | ||
src | ||
tests | ||
.clang-format | ||
.cproject | ||
.gitignore | ||
.gitmodules | ||
.project | ||
CMakeLists.txt | ||
LICENSE | ||
Modulefile | ||
README.md |
README.md
SystemC-Components-Test
Examples and tests for the SystemC-Components
Prerequisites:
In Console:
git clone --recursive -b develop https://git.minres.com/SystemC/SystemC-Components-Test.git
cd SystemC-Components-Test/
module load ./Modulefile
python3 -mvenv .venv
. .venv/bin/activate
pip3 install conan==1.59.0
cmake -S . -B build
cmake --build build -j30