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.
Eyck Jentzsch 7c5f81eb3b
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
updates used catch version
2025-12-09 08:38:27 +01:00
2025-11-26 08:19:00 +01:00
2022-10-02 18:20:00 +02:00
2023-12-22 20:42:21 +01:00
2023-12-22 20:42:21 +01:00
2025-09-22 12:23:33 +02:00
2025-11-09 20:19:54 +01:00
2025-05-25 12:40:19 +02:00
2025-11-28 15:10:17 +01:00
2025-12-09 08:38:27 +01:00
2017-09-17 15:44:06 +02:00

Build Status

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
Readme Apache-2.0 515 KiB
Languages
C++ 93.7%
CMake 4.9%
Python 1.2%
C 0.2%