This repository has been archived on 2025-12-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
3082b3c98b587f18adb0d8d33b643aae8e2333a4
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
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 -r requirements.txt
cmake --preset Release
cmake --build build/Release -j30
cmake --build build/Release --target test
Description
Examples and tests for the SystemC-Components
https://www.minres.com/#opensource
Languages
C++
93.7%
CMake
4.9%
Python
1.2%
C
0.2%