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 d9a9693c77
All checks were successful
SCC Test/pipeline/head This commit looks good
fixes cci_example test
2025-11-26 08:19:00 +01:00
2025-11-26 08:19:00 +01:00
2022-10-02 18:20:00 +02:00
2025-11-25 19:31:09 +01:00
2025-11-26 08:19:00 +01: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
2024-07-06 10:15:24 +02:00
2025-05-25 12:40:19 +02:00
2025-11-25 19:31:09 +01:00
2025-11-08 19:15:25 +01:00
2025-11-09 16:19:12 +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%